summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 39ba5eb1e79..4342332de2a 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -217,11 +217,6 @@ private:
explicit CleanupEntry(llvm::BasicBlock *cb)
: CleanupBlock(cb) {}
-
- ~CleanupEntry() {
- assert(Blocks.empty() && "Did not empty blocks!");
- assert(BranchFixups.empty() && "Did not empty branch fixups!");
- }
};
/// CleanupEntries - Stack of cleanup entries.
OpenPOWER on IntegriCloud