mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-06 23:30:37 +00:00
Remove unneeded check on parameters
This commit is contained in:
parent
d449f26966
commit
bcbeb89ac4
@ -113,12 +113,6 @@ int main(int argc, char** argv)
|
||||
int option_index;
|
||||
int c;
|
||||
|
||||
if (argc != 3)
|
||||
{
|
||||
usage(argc, argv);
|
||||
return 1;
|
||||
}
|
||||
|
||||
while(1)
|
||||
{
|
||||
c = getopt_long(argc, argv, "ha:k:r:g", long_options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user