argument number checks are now done by slc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14026 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-07-05 11:41:22 +00:00
parent df516d31e6
commit 5836537f76
9 changed files with 0 additions and 43 deletions

View File

@@ -494,10 +494,6 @@ loadit(int merge, const char *name, int argc, char **argv)
return 0;
}
if(argc != 1) {
fprintf(stderr, "usage: %s file", name);
return 0;
}
doit(argv[0], merge);
return 0;
}