Remove comment addressed by d0k in r229327.

llvm-svn: 230199
This commit is contained in:
Nico Weber 2015-02-23 02:23:19 +00:00
parent 01c2da1e09
commit 6c4f606c08
1 changed files with 0 additions and 2 deletions

View File

@ -306,8 +306,6 @@ public:
InnermostEHScope(stable_end()) {}
~EHScopeStack() { delete[] StartOfBuffer; }
// Variadic templates would make this not terrible.
/// Push a lazily-created cleanup on the stack.
template <class T, class... As> void pushCleanup(CleanupKind Kind, As... A) {
void *Buffer = pushCleanup(Kind, sizeof(T));