diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 39ba5eb1e7..4342332de2 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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. |