Remove unused fun.

llvm-svn: 150172
This commit is contained in:
Benjamin Kramer 2012-02-09 12:05:18 +00:00
parent 9654367cbc
commit 541687f4be
1 changed files with 0 additions and 1 deletions

View File

@ -850,7 +850,6 @@ MallocChecker::MallocBugVisitor::VisitNode(const ExplodedNode *N,
const FunctionDecl *funDecl = CE->getDirectCallee();
if (!funDecl)
return 0;
StringRef funName = funDecl->getName();
// Find out if this is an interesting point and what is the kind.
const char *Msg = 0;