[TSan] Remove bogus unused global variables
llvm-svn: 221195
This commit is contained in:
parent
40733a8024
commit
7acb67607b
|
|
@ -57,17 +57,6 @@ static ReportStack *NewReportStackEntry(const AddressInfo &info) {
|
|||
return ent;
|
||||
}
|
||||
|
||||
|
||||
ReportStack *next;
|
||||
char *module;
|
||||
uptr offset;
|
||||
uptr pc;
|
||||
char *func;
|
||||
char *file;
|
||||
int line;
|
||||
int col;
|
||||
|
||||
|
||||
// Denotes fake PC values that come from JIT/JAVA/etc.
|
||||
// For such PC values __tsan_symbolize_external() will be called.
|
||||
const uptr kExternalPCBit = 1ULL << 60;
|
||||
|
|
|
|||
Loading…
Reference in New Issue