summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/EHScopeStack.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-10-15 15:29:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-10-15 15:29:40 +0000
commitc2d2b4259cbd3be5ae1da2c44a44c2aeb4eec594 (patch)
tree76cddbba7070b0edf7a69053c1bc83fff253771a /clang/lib/CodeGen/EHScopeStack.h
parent6db3338cb1b023d6d117fb14c3ebeae41d504bc0 (diff)
downloadbcm5719-llvm-c2d2b4259cbd3be5ae1da2c44a44c2aeb4eec594.tar.gz
bcm5719-llvm-c2d2b4259cbd3be5ae1da2c44a44c2aeb4eec594.zip
[CodeGen] Remove dead code. NFC.
llvm-svn: 250418
Diffstat (limited to 'clang/lib/CodeGen/EHScopeStack.h')
-rw-r--r--clang/lib/CodeGen/EHScopeStack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/EHScopeStack.h b/clang/lib/CodeGen/EHScopeStack.h
index 6e0e2c7ad3b..9840afe6bc5 100644
--- a/clang/lib/CodeGen/EHScopeStack.h
+++ b/clang/lib/CodeGen/EHScopeStack.h
@@ -365,7 +365,6 @@ public:
return InnermostEHScope;
}
- stable_iterator getInnermostActiveEHScope() const;
/// An unstable reference to a scope-stack depth. Invalidated by
/// pushes but not pops.
@@ -396,9 +395,6 @@ public:
/// to the EH stack.
iterator find(stable_iterator save) const;
- /// Removes the cleanup pointed to by the given stable_iterator.
- void removeCleanup(stable_iterator save);
-
/// Add a branch fixup to the current cleanup scope.
BranchFixup &addBranchFixup() {
assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
OpenPOWER on IntegriCloud