Skip to content

Commit 1593262

Browse files
committed
SanitizerCoverage: Remove unused field.
1 parent 3633de7 commit 1593262

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ class ModuleSanitizerCoverage {
284284
GlobalVariable *SanCovCallbackGate;
285285
Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty;
286286
Module *CurModule;
287-
std::string CurModuleUniqueId;
288287
Triple TargetTriple;
289288
LLVMContext *C;
290289
const DataLayout *DL;
@@ -399,7 +398,6 @@ bool ModuleSanitizerCoverage::instrumentModule() {
399398
C = &(M.getContext());
400399
DL = &M.getDataLayout();
401400
CurModule = &M;
402-
CurModuleUniqueId = getUniqueModuleId(CurModule);
403401
TargetTriple = M.getTargetTriple();
404402
FunctionGuardArray = nullptr;
405403
Function8bitCounterArray = nullptr;

0 commit comments

Comments
 (0)