Remove redundant leftover code.

llvm-svn: 74433
This commit is contained in:
Argyrios Kyrtzidis 2009-06-29 17:38:09 +00:00
parent e4edb8e818
commit 3cfb28a68d
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ int main(int argc, char **argv) {
if (Point.D) {
llvm::raw_ostream &OS = llvm::outs();
assert(Point.D && "If no node was found we should have exited with error");
OS << "Declaration node at point: " << Point.D->getDeclKindName() << " ";
if (NamedDecl *ND = dyn_cast<NamedDecl>(Point.D))
OS << ND->getNameAsString();