diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-27 17:54:32 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-27 17:54:32 +0000 |
commit | 74cfb23d44de82f1932f0229b742805b0b3c3719 (patch) | |
tree | b3660a6c7f261866489b20c9ae42d78d4f53aa30 /lib/CodeGen/CGException.cpp | |
parent | 6be16fe900bdd1e5f677d23ae34fffead5bcfc77 (diff) |
Remove unused variables noticed by GCC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGException.cpp')
-rw-r--r-- | lib/CodeGen/CGException.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp index 0605f62b27..5d6f57247c 100644 --- a/lib/CodeGen/CGException.cpp +++ b/lib/CodeGen/CGException.cpp @@ -477,7 +477,6 @@ static void emitFilterDispatchBlock(CodeGenFunction &CGF, return; } - CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); CGF.EmitBlockAfterUses(dispatchBlock); // If this isn't a catch-all filter, we need to check whether we got |