[compiler-rt][tsan] Remove unnecesary typedefs

These typedefs are not used anywhere else in this compilation unit.

Differential Revision: https://reviews.llvm.org/D86826
This commit is contained in:
Marco Vanotti 2020-08-28 17:11:26 -07:00
parent 2965e9bd5e
commit 6760f7ee6f
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@
using namespace __tsan;
typedef u16 uint16_t;
typedef u32 uint32_t;
typedef u64 uint64_t;
void __tsan_init() {
cur_thread_init();
Initialize(cur_thread());