r230199 - Remove comment addressed by d0k in r229327.
Nico Weber
nicolasweber at gmx.de
Sun Feb 22 18:23:19 PST 2015
Author: nico
Date: Sun Feb 22 20:23:19 2015
New Revision: 230199
URL: http://llvm.org/viewvc/llvm-project?rev=230199&view=rev
Log:
Remove comment addressed by d0k in r229327.
Modified:
cfe/trunk/lib/CodeGen/EHScopeStack.h
Modified: cfe/trunk/lib/CodeGen/EHScopeStack.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/EHScopeStack.h?rev=230199&r1=230198&r2=230199&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/EHScopeStack.h (original)
+++ cfe/trunk/lib/CodeGen/EHScopeStack.h Sun Feb 22 20:23:19 2015
@@ -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));
More information about the cfe-commits
mailing list