From: Manuel Klimek Date: Tue, 16 Jul 2013 13:58:44 +0000 (+0000) Subject: Remove unnecessary assignment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a15af4756eb87e6939843aecd7225dfdb787d9c7;p=clang Remove unnecessary assignment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ASTMatchers/ASTMatchFinder.cpp b/lib/ASTMatchers/ASTMatchFinder.cpp index 9971d589b2..9ed86177b7 100644 --- a/lib/ASTMatchers/ASTMatchFinder.cpp +++ b/lib/ASTMatchers/ASTMatchFinder.cpp @@ -391,7 +391,6 @@ public: } MemoizedMatchResult Result; - Result.ResultOfMatch = false; Result.Nodes = *Builder; Result.ResultOfMatch = matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Traversal, Bind);