[TSan] Remove bogus unused global variables

llvm-svn: 221195
This commit is contained in:
Alexey Samsonov 2014-11-03 22:46:13 +00:00
parent 40733a8024
commit 7acb67607b
1 changed files with 0 additions and 11 deletions

View File

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