diff options
Diffstat (limited to 'compiler-rt/lib/tsan')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.cc | 2 | ||||
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.cc b/compiler-rt/lib/tsan/rtl/tsan_stat.cc index f2a3cf42a4d..72e7ee4c3d9 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc @@ -297,8 +297,6 @@ void StatOutput(u64 *stat) { name[StatInt_getitimer] = " getitimer "; name[StatInt_setitimer] = " setitimer "; name[StatInt_time] = " time "; - name[StatInt_glob] = " glob "; - name[StatInt_glob64] = " glob64 "; name[StatAnnotation] = "Dynamic annotations "; name[StatAnnotateHappensBefore] = " HappensBefore "; diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index 057ffe8d506..aea27843629 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -292,8 +292,6 @@ enum StatType { StatInt_getitimer, StatInt_setitimer, StatInt_time, - StatInt_glob, - StatInt_glob64, // Dynamic annotations. StatAnnotation, |