Remove stupid copy
[centaur.git] / src / options.c
index 82b12bc1e820240604037ab6807cb6639ab6c59a..878127c0d7c5419189018f21cd16af93af36b851 100644 (file)
@@ -35,7 +35,6 @@ void parseOptions(CLIOpts *opts, int argc, char **argv)
     {"print-segments", 0, 0, 10002},
     {"print-sections", 0, 0, 10003},
     {"copy", 0, 0, 10004},
-    {"model", 0, 0, 10005},
     {NULL, 0, NULL, 0}
   };
 
@@ -60,9 +59,6 @@ void parseOptions(CLIOpts *opts, int argc, char **argv)
       case 10004:
         opts->copy = 1;
         break;
-      case 10005:
-        opts->model = 1;
-        break;
       case '?':
       default:
         goto USAGE;