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)
llvm-svn: 230199

clang/lib/CodeGen/EHScopeStack.h

index c147fce..3619b50 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));