remove dead code and silence compiler warnings
This commit is contained in:
@ -45,7 +45,7 @@ void WriteDump::command(int narg, char **arg)
|
||||
// create the Dump instance
|
||||
// create dump command line with extra required args
|
||||
|
||||
Dump *dump;
|
||||
Dump *dump = NULL;
|
||||
|
||||
char **dumpargs = new char*[modindex+2];
|
||||
dumpargs[0] = (char *) "WRITE_DUMP"; // dump id
|
||||
|
||||
Reference in New Issue
Block a user