'#if 0' out a variable that's only used in other preprocessor-disabled code.

(Why are we keeping all of this code around anyway? Say the word and I'll
start swinging the delete hammer.)

llvm-svn: 152749
This commit is contained in:
Matt Beaumont-Gay 2012-03-14 23:12:42 +00:00
parent 532fb8131b
commit be84d85905
1 changed files with 2 additions and 0 deletions

View File

@ -64,8 +64,10 @@ void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *E,
ExplodedNode *Pred,
ExplodedNodeSet &destNodes) {
#if 0
const CXXConstructorDecl *CD = E->getConstructor();
assert(CD);
#endif
#if 0
if (!(CD->doesThisDeclarationHaveABody() && AMgr.shouldInlineCall()))