forked from OSchip/llvm-project
Remove comment addressed by d0k in r229327.
llvm-svn: 230199
This commit is contained in:
parent
01c2da1e09
commit
6c4f606c08
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue