From ceda0a8ef2c71533fad3348cadb8d820a45cba1d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Jan 2011 10:17:01 +0100 Subject: maint: remove two empty #if...#endif blocks * src/lid.c: Remove empty #if...#endif blocks. --- src/lid.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/lid.c b/src/lid.c index 7f6c29c..ed5d788 100644 --- a/src/lid.c +++ b/src/lid.c @@ -135,16 +135,10 @@ static void tree8_to_bits_1 (unsigned char **bits_vec, static struct file_link **tree8_to_flinkv (unsigned char const *hits_tree8); static struct file_link **bits_to_flinkv (unsigned char const *bits_vec); -#if HAVE_TERMIOS_H || HAVE_TERMIO_H || HAVE_SGTTY_H -#endif - static void savetty (void); static void restoretty (void); static void chartty (void); -#if HAVE_TERMIOS_H || HAVE_TERMIO_H || HAVE_SGTTY_H -#endif - #define TOLOWER(c) (isupper (c) ? tolower (c) : (c)) #define IS_ALNUM(c) (isalnum (c) || (c) == '_') -- cgit v1.2.3