We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6129e commit 0ba1726Copy full SHA for 0ba1726
lib/CppInterOp/CppInterOp.cpp
@@ -873,12 +873,10 @@ static void GetClassDecls(TCppScope_t klass,
873
if (CXXCD->isDeleted())
874
continue;
875
876
- CXXConstructorDecl* Result =
877
- getSema().findInheritingConstructor(SourceLocation(), CXXCD, CUSD);
878
// Result is appended to the decls, i.e. CXXRD, iterator
879
// non-shadowed decl will be push_back later
880
// methods.push_back(Result);
881
- (void)Result;
+ getSema().findInheritingConstructor(SourceLocation(), CXXCD, CUSD);
882
}
883
884
0 commit comments