Silence a warning.

This commit is contained in:
Vassil Vassilev 2013-09-11 16:30:19 +02:00 committed by sftnight
parent 5c958d7df9
commit 11dde3e83f

View File

@ -174,7 +174,6 @@ namespace cling {
FunctionDecl* FDecl = CE->getDirectCallee();
NodeContext result(CE);
if (FDecl && isDeclCandidate(FDecl)) {
SourceLocation CallLoc = CE->getLocStart();
decl_map_t::const_iterator it = m_NonNullArgIndexs.find(FDecl);
const std::bitset<32>& ArgIndexs = it->second;
Sema::ContextRAII pushedDC(m_Sema, FDecl);