Skip to content

Commit 7756b34

Browse files
Ellis Hoagellishg
authored andcommitted
[InstrProf][NFC] Remove stray option in InstrProfWriter
This variable was added to `InstrProfWriter.cpp` in D115693 by mistake and it isn't needed. Reviewed By: kyulee Differential Revision: https://reviews.llvm.org/D118664
1 parent 022c8d4 commit 7756b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ProfileData/InstrProfWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <vector>
3333

3434
using namespace llvm;
35-
extern cl::opt<bool> DebugInfoCorrelate;
3635

3736
// A struct to define how the data stream should be patched. For Indexed
3837
// profiling, only uint64_t data type is needed.

0 commit comments

Comments
 (0)