Skip to content

Commit

Permalink
valueflow.cpp: de-templatize a valueFlowForward() overload
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 23, 2024
1 parent 27cca72 commit 07a5d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/valueflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,9 @@ static Analyzer::Result valueFlowForward(Token* startToken,
return result;
}

template<class ValueOrValues>
static Analyzer::Result valueFlowForward(Token* startToken,
const Token* exprTok,
ValueOrValues v,
ValueFlow::Value v,
const TokenList& tokenlist,
ErrorLogger& errorLogger,
const Settings& settings,
Expand Down

0 comments on commit 07a5d26

Please sign in to comment.