diff options
Diffstat (limited to 'src/include/getopt_long.h')
-rw-r--r-- | src/include/getopt_long.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index fbcd1fabc7..be0b806db9 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -18,8 +18,6 @@ extern int opterr; extern int optind; extern int optopt; extern char *optarg; - -/* Some systems have this, otherwise you need to define it somewhere. */ extern int optreset; #ifndef HAVE_STRUCT_OPTION |