]> granicus.if.org Git - clang/commitdiff
Remove comment addressed by d0k in r229327.
authorNico Weber <nicolasweber@gmx.de>
Mon, 23 Feb 2015 02:23:19 +0000 (02:23 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 23 Feb 2015 02:23:19 +0000 (02:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230199 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/EHScopeStack.h

index c147fcefafbc9d95a47d77fe6324625aaf371a97..3619b50c45b8dc4c3cec05a4da1292933df0f158 100644 (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));