Skip to content

Commit d328510

Browse files
[Instrumentation] Remove an unused local variable (NFC) (#138383)
1 parent fdea1b6 commit d328510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,8 +1938,6 @@ void InstrLowerer::emitVNodes() {
19381938
}
19391939

19401940
void InstrLowerer::emitNameData() {
1941-
std::string UncompressedData;
1942-
19431941
if (ReferencedNames.empty())
19441942
return;
19451943

0 commit comments

Comments
 (0)