Skip to content

Commit ddd3b30

Browse files
kazutakahirataGeorgeARM
authored andcommitted
[Instrumentation] Remove an unused local variable (NFC) (llvm#138383)
1 parent 2243c31 commit ddd3b30

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)