aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/lib/types.h')
-rw-r--r--test/mppa/lib/types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/mppa/lib/types.h b/test/mppa/lib/types.h
deleted file mode 100644
index 584023e3..00000000
--- a/test/mppa/lib/types.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __TYPES_H__
-#define __TYPES_H__
-
-#define uint64_t unsigned long long
-#define int64_t signed long long
-
-#endif // __TYPES_H__