Skip to content

Commit 21e84e6

Browse files
committed
[NFC][hwasan] Remove unused members
1 parent c567e94 commit 21e84e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-rt/lib/hwasan/hwasan_report.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,13 +897,11 @@ class TagMismatchReport : public BaseReport {
897897
uptr access_size, bool is_store, bool fatal,
898898
uptr *registers_frame)
899899
: BaseReport(stack, fatal, tagged_addr, access_size),
900-
access_size(access_size),
901900
is_store(is_store),
902901
registers_frame(registers_frame) {}
903902
~TagMismatchReport();
904903

905904
private:
906-
uptr access_size;
907905
bool is_store;
908906
uptr *registers_frame;
909907
};

0 commit comments

Comments
 (0)