commit | d328510f238cca5a95b75fcdaf9dfaddbc7d87c0 | [log] [tgz] |
---|---|---|
author | Kazu Hirata <kazu@google.com> | Sat May 03 07:04:33 2025 -0700 |
committer | GitHub <noreply@github.com> | Sat May 03 07:04:33 2025 -0700 |
tree | 23e0c8e352f7804e7ebad5a8db2d3c33d83c6d45 | |
parent | fdea1b6504770462138a92c9c9aa6b669f7f4217 [diff] |
[Instrumentation] Remove an unused local variable (NFC) (#138383)
diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp index b1d96db..0346785 100644 --- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
@@ -1938,8 +1938,6 @@ } void InstrLowerer::emitNameData() { - std::string UncompressedData; - if (ReferencedNames.empty()) return;