summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/options.c b/src/options.c
index 82b12bc..878127c 100644
--- a/src/options.c
+++ b/src/options.c
@@ -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;