Clear unused var warning
This commit is contained in:
@@ -152,7 +152,6 @@ void testTok(const char *inp,
|
||||
char *allocSave = !save ? NULL : strdup(save);
|
||||
char *actualSave = allocSave;
|
||||
char *actualTok;
|
||||
int ok;
|
||||
|
||||
if((!inp || scratch) && (!save || allocSave)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user