Now compiled only for Windows, remove unnecessary #if.

This commit is contained in:
Ron Koenderink 2007-08-11 19:07:46 +00:00
parent 2f69a569bd
commit 23571862b3
2 changed files with 0 additions and 5 deletions

View file

@ -1,4 +1,3 @@
#if defined(_WIN32)
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org
@ -986,4 +985,3 @@ getopt (argc, argv, optstring)
}
#endif /* Not ELIDE_CODE. */
#endif /* _WIN32 */