]> git.sesse.net Git - x264/blobdiff - extras/getopt.c
cosmetics: remove #if0'ed code
[x264] / extras / getopt.c
index 8ff165f869bdb82a53d331fad9392e128477f79f..e938f554c6e014bc55094a501295515e13a9e2c3 100644 (file)
@@ -63,15 +63,7 @@ char *optarg;        /* argument associated with option */
 __weak_alias(getopt_long,_getopt_long)
 #endif
 
-#if 0
-#ifndef __CYGWIN__
-#define __progname __argv[0]
-#else
-extern char *__progname;
-#endif
-#else
 char *__progname = "x264";
-#endif
 
 #define IGNORE_FIRST   (*options == '-' || *options == '+')
 #define PRINT_ERROR    ((opterr) && ((*options != ':') \