- Some consistency fixes after removing argtable2 dependency.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
- GNU getopt
|
||||
- GNU bison/flex
|
||||
- ARGTABLE http://argtable.sourceforge.net/
|
||||
- de rest (c) Cas
|
||||
|
||||
@@ -60,8 +60,6 @@ enum exittypes
|
||||
#include "binding.h"
|
||||
#include "switches.h"
|
||||
|
||||
#include "argtable2.h"
|
||||
|
||||
// The global system state
|
||||
System sys;
|
||||
|
||||
@@ -277,8 +275,6 @@ main (int argc, char **argv)
|
||||
memDone ();
|
||||
|
||||
exit:
|
||||
/* deallocate each non-null entry in argtable[] */
|
||||
|
||||
return exitcode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user