[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:
Ellis Hoag 2022-02-02 14:12:58 -08:00 committed by Ellis Hoag
parent 022c8d4a3f
commit 7756b34ef2
1 changed files with 0 additions and 1 deletions

View File

@ -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.