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 | 1174675c7b4872d9ef644a817b460c1f918c1586 (patch) | |
tree | a76e99acfe63546bb6efc54a5867fcc72a40ecf4 /clang/lib/CodeGen/CGException.cpp | |
parent | 61a1ff543cde49f49666d8cb7d49b23ef4fe33a8 (diff) | |
download | bcm5719-llvm-1174675c7b4872d9ef644a817b460c1f918c1586.tar.gz bcm5719-llvm-1174675c7b4872d9ef644a817b460c1f918c1586.zip |
Remove unused variables noticed by GCC.
llvm-svn: 138707
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGException.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 0605f62b279..5d6f57247c9 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/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 |