avoid redundant use of boolean literals
This commit is contained in:
@ -56,7 +56,7 @@ void WriteDump::command(int narg, char **arg)
|
||||
for (int i = 2; i < modindex; ++i)
|
||||
dumpargs[i+2] = arg[i];
|
||||
|
||||
if (false) {
|
||||
if (false) { // NOLINT
|
||||
return; // dummy branch to enable else-if macro expansion
|
||||
|
||||
#define DUMP_CLASS
|
||||
|
||||
Reference in New Issue
Block a user