diff options
Diffstat (limited to 'src/getht.c')
-rw-r--r-- | src/getht.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/getht.c b/src/getht.c index 051fb6f..aa71adf 100644 --- a/src/getht.c +++ b/src/getht.c @@ -96,7 +96,6 @@ int main(int argc, char *argv[]) {"force", no_argument, 0, 'f'}, {"list-issues", no_argument, 0, 'l'}, {"update", no_argument, 0, 'u'}, - {"tocfile", required_argument, 0, 't'}, {"help", no_argument, 0, 'h'}, {"verbose", no_argument, 0, 'v'}, {"version", no_argument, 0, 'V'}, @@ -126,9 +125,6 @@ int main(int argc, char *argv[]) update = 1; option = 1; break; - case 't': - strncpy(issue_xml, strdup(optarg), STR_MAX); - break; case 'h': showusage(); return 0; |