aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExprAgg.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-04 10:51:40 -0700
committerGitHub <noreply@github.com>2025-05-04 10:51:40 -0700
commitf002f300c5e1f9ce8adf00441b7e879fec36a071 (patch)
tree2ae7a53c9449ba4b2e3fe8cfa921ea29ee95a4c7 /clang/lib/CodeGen/CGExprAgg.cpp
parent46c730656a03c2dd7127425d7319476caac17b0c (diff)
downloadllvm-f002f300c5e1f9ce8adf00441b7e879fec36a071.zip
llvm-f002f300c5e1f9ce8adf00441b7e879fec36a071.tar.gz
llvm-f002f300c5e1f9ce8adf00441b7e879fec36a071.tar.bz2
[clang] Remove unused local variables (NFC) (#138453)
Diffstat (limited to 'clang/lib/CodeGen/CGExprAgg.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprAgg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp
index 87b2a73..7917cdb 100644
--- a/clang/lib/CodeGen/CGExprAgg.cpp
+++ b/clang/lib/CodeGen/CGExprAgg.cpp
@@ -1814,7 +1814,6 @@ void AggExprEmitter::VisitCXXParenListOrInitListExpr(
// We'll need to enter cleanup scopes in case any of the element
// initializers throws an exception.
- SmallVector<EHScopeStack::stable_iterator, 16> cleanups;
CodeGenFunction::CleanupDeactivationScope DeactivateCleanups(CGF);
unsigned curInitIndex = 0;