summaryrefslogtreecommitdiff
path: root/lib/posixtm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posixtm.c')
-rw-r--r--lib/posixtm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/posixtm.c b/lib/posixtm.c
index 397f63f46..85936f3c6 100644
--- a/lib/posixtm.c
+++ b/lib/posixtm.c
@@ -43,13 +43,6 @@
# include "unlocked-io.h"
#endif
-/* Use this to suppress gcc's `...may be used before initialized' warnings. */
-#ifdef lint
-# define IF_LINT(Code) Code
-#else
-# define IF_LINT(Code) /* empty */
-#endif
-
/* ISDIGIT differs from isdigit, as follows:
- Its arg may be any int or unsigned int; it need not be an unsigned char.
- It's guaranteed to evaluate its argument exactly once.