aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/types.h')
-rw-r--r--src/common/dwarf/types.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common/dwarf/types.h b/src/common/dwarf/types.h
index 59dda316..23412d0e 100644
--- a/src/common/dwarf/types.h
+++ b/src/common/dwarf/types.h
@@ -35,16 +35,6 @@
#include <stdint.h>
-typedef signed char int8;
-typedef short int16;
-typedef int int32;
-typedef long long int64;
-
-typedef unsigned char uint8;
-typedef unsigned short uint16;
-typedef unsigned int uint32;
-typedef unsigned long long uint64;
-
typedef intptr_t intptr;
typedef uintptr_t uintptr;