Skip to content

Commit 603c2e5

Browse files
committed
Remove
1 parent 3c9686a commit 603c2e5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/valueflow.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,6 @@ void ValueFlow::combineValueProperties(const ValueFlow::Value &value1, const Val
423423
result.path = value1.path;
424424
}
425425

426-
namespace {
427-
struct Result
428-
{
429-
size_t total;
430-
bool success;
431-
};
432-
}
433-
434426
static void valueFlowNumber(TokenList &tokenlist, const Settings& settings)
435427
{
436428
for (Token *tok = tokenlist.front(); tok;) {

0 commit comments

Comments
 (0)