From 512230c49b6099bc6af3beecca2a32ceaea5f2b0 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 29 Jun 2009 17:38:09 +0000 Subject: Remove redundant leftover code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74433 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/index-test/index-test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/index-test/index-test.cpp') diff --git a/tools/index-test/index-test.cpp b/tools/index-test/index-test.cpp index 5606e75766..d851f5c90b 100644 --- a/tools/index-test/index-test.cpp +++ b/tools/index-test/index-test.cpp @@ -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(Point.D)) OS << ND->getNameAsString(); -- cgit v1.2.3-18-g5258