Skip to content

Commit 193135c

Browse files
[BOLT] Remove an unused local variable (NFC) (llvm#139392)
1 parent 0c83a0b commit 193135c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ bool DataAggregator::checkPerfDataMagic(StringRef FileName) {
350350
}
351351

352352
void DataAggregator::parsePreAggregated() {
353-
std::string Error;
354-
355353
ErrorOr<std::unique_ptr<MemoryBuffer>> MB =
356354
MemoryBuffer::getFileOrSTDIN(Filename);
357355
if (std::error_code EC = MB.getError()) {

0 commit comments

Comments
 (0)