Fix some cppcheck warnings. No functional change intended.

This commit is contained in:
Wilson Snyder
2025-03-27 19:46:59 -04:00
parent 5e69faff46
commit 98b89d0f2c
9 changed files with 17 additions and 20 deletions
-1
View File
@@ -50,7 +50,6 @@ private:
v3Global.opt.addCFlags("-DVL_TIME_CONTEXT"); // On MSVC++ anyways
// Optional main top name argument, with empty string replacement
string topArg;
string topName = v3Global.opt.mainTopName();
if (topName == "-") topName = "";