Revert "Marked missing parameters in getopt.c on FreeBSD"

This reverts commit 5bba2cc066.
This commit is contained in:
thorkill 2015-07-02 21:45:43 +02:00
parent 5bba2cc066
commit ad58c0f65d

View file

@ -445,8 +445,7 @@ _getopt_initialize (argc, argv, optstring)
else else
nonoption_flags_len = 0; nonoption_flags_len = 0;
#endif #endif
UNUSED(argc);
UNUSED(argv);
return optstring; return optstring;
} }