aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils
diff options
context:
space:
mode:
Diffstat (limited to 'android/utils')
-rw-r--r--android/utils/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/android/utils/system.h b/android/utils/system.h
index 464957d..c8163c6 100644
--- a/android/utils/system.h
+++ b/android/utils/system.h
@@ -173,12 +173,6 @@ extern void sleep_ms( int timeout );
#ifndef PRIx64
# define PRIx64 "llx"
#endif
-#ifndef PRUd64
-# define PRUd64 "llu"
-#endif
-#ifndef PRUx64
-# define PRUx64 "llx"
-#endif
/* */