diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2015-02-23 02:23:19 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2015-02-23 02:23:19 +0000 |
| commit | 6c4f606c08a5ec7212b27c83ed5e10ee9e1b4e59 (patch) | |
| tree | 072b042078c9b11e049e51fcfdb4542a89b1ef28 /clang/lib/CodeGen/EHScopeStack.h | |
| parent | 01c2da1e09b260dd700f4df76219cbf39591f758 (diff) | |
| download | bcm5719-llvm-6c4f606c08a5ec7212b27c83ed5e10ee9e1b4e59.tar.gz bcm5719-llvm-6c4f606c08a5ec7212b27c83ed5e10ee9e1b4e59.zip | |
Remove comment addressed by d0k in r229327.
llvm-svn: 230199
Diffstat (limited to 'clang/lib/CodeGen/EHScopeStack.h')
| -rw-r--r-- | clang/lib/CodeGen/EHScopeStack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/EHScopeStack.h b/clang/lib/CodeGen/EHScopeStack.h index c147fcefafb..3619b50c45b 100644 --- a/clang/lib/CodeGen/EHScopeStack.h +++ b/clang/lib/CodeGen/EHScopeStack.h @@ -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)); |

