Skip to content

Commit 03c6c73

Browse files
committed
[NFC] [hwasan] remove unused method
1 parent 29762e3 commit 03c6c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ class HWAddressSanitizer {
316316
Value *PtrTag = nullptr;
317317
Value *MemTag = nullptr;
318318
};
319-
void setSSI(const StackSafetyGlobalInfo *S) { SSI = S; }
320319

321320
void initializeModule();
322321
void createHwasanCtorComdat();

0 commit comments

Comments
 (0)