aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.c
diff options
context:
space:
mode:
Diffstat (limited to 'mimedb.c')
-rw-r--r--mimedb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mimedb.c b/mimedb.c
index 09ee17c7..ac1b8ec6 100644
--- a/mimedb.c
+++ b/mimedb.c
@@ -1168,7 +1168,6 @@ int main (int argc, char *argv[])
*/
while( 1 )
{
-#ifdef HAVE_WORKING_GETOPT_LONG
static struct option
long_options[] =
{
@@ -1222,11 +1221,6 @@ int main (int argc, char *argv[])
long_options,
&opt_index );
-#else
- int opt = getopt( argc,
- argv,
- GETOPT_STRING );
-#endif
if( opt == -1 )
break;