summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-03 04:34:38 +0000
committerChris Lattner <sabre@nondot.org>2010-09-03 04:34:38 +0000
commit3dd48bd16916cac96097dd6c2b2d4f8cf98b12bf (patch)
treef0a4ca7eb88a3032d2b631dfa023e401ac680563 /clang/lib/Sema/SemaStmt.cpp
parent14431a1cb8798db93af016a39004c8d09cb62113 (diff)
downloadbcm5719-llvm-3dd48bd16916cac96097dd6c2b2d4f8cf98b12bf.tar.gz
bcm5719-llvm-3dd48bd16916cac96097dd6c2b2d4f8cf98b12bf.zip
"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment
should probably be removed if it has no purpose, but I just #if'd it out in case it's usefulIdempotentOperationChecker::isTruncationExtensionAssignment should probably be removed if it has no purpose, but I just #if'd it out in case it's useful llvm-svn: 112949
Diffstat (limited to 'clang/lib/Sema/SemaStmt.cpp')
-rw-r--r--clang/lib/Sema/SemaStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaStmt.cpp b/clang/lib/Sema/SemaStmt.cpp
index b7d38e44ae5..083e4dba85e 100644
--- a/clang/lib/Sema/SemaStmt.cpp
+++ b/clang/lib/Sema/SemaStmt.cpp
@@ -1576,7 +1576,6 @@ public:
return t == other.t;
}
- QualType getQualType() const { return t; }
CXXCatchStmt *getCatchStmt() const { return stmt; }
SourceLocation getTypeSpecStartLoc() const {
return stmt->getExceptionDecl()->getTypeSpecStartLoc();
OpenPOWER on IntegriCloud