forked from OSchip/llvm-project
[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
This commit is contained in:
parent
022c8d4a3f
commit
7756b34ef2
|
@ -32,7 +32,6 @@
|
|||
#include <vector>
|
||||
|
||||
using namespace llvm;
|
||||
extern cl::opt<bool> DebugInfoCorrelate;
|
||||
|
||||
// A struct to define how the data stream should be patched. For Indexed
|
||||
// profiling, only uint64_t data type is needed.
|
||||
|
|
Loading…
Reference in New Issue