[compiler-rt][tsan] Remove unnecesary typedefs
authorMarco Vanotti <mvanotti@google.com>
Sat, 29 Aug 2020 00:11:26 +0000 (17:11 -0700)
committerMarco Vanotti <mvanotti@google.com>
Sat, 29 Aug 2020 01:43:54 +0000 (18:43 -0700)
These typedefs are not used anywhere else in this compilation unit.

Differential Revision: https://reviews.llvm.org/D86826

compiler-rt/lib/tsan/rtl/tsan_interface.cpp

index 5c2a617..55f1c98 100644 (file)
 
 using namespace __tsan;
 
-typedef u16 uint16_t;
-typedef u32 uint32_t;
-typedef u64 uint64_t;
-
 void __tsan_init() {
   cur_thread_init();
   Initialize(cur_thread());