summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib.c b/lib.c
index 9662668b..5f046edf 100644
--- a/lib.c
+++ b/lib.c
@@ -60,11 +60,6 @@
#define max(a, b) ((a) > (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))
-#if HAVE_WINDOWS_H
-int putenv(const char *);
-int tzset(void);
-#endif
-
#if !HAVE_POSIX_SIGS
int async_sig_enabled = 0;
#endif