[TSan] Remove bogus unused global variables
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 3 Nov 2014 22:46:13 +0000 (22:46 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 3 Nov 2014 22:46:13 +0000 (22:46 +0000)
llvm-svn: 221195

compiler-rt/lib/tsan/rtl/tsan_symbolize.cc

index b41a866..d2ce6f3 100644 (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;