Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Nov 7, 2023
1 parent 3b8c2e2 commit 7c3b391
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/programmemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ void ProgramMemory::insert(const ProgramMemory &pm)

static ValueFlow::Value execute(const Token* expr, ProgramMemory& pm, const Settings* settings = nullptr);

// static bool evaluateMultiCondition()

static bool evaluateCondition(const std::string& op,
MathLib::bigint r,
const Token* condition,
Expand Down

0 comments on commit 7c3b391

Please sign in to comment.