summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--0.153/bionic-fixup/AndroidFixup.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/0.153/bionic-fixup/AndroidFixup.h b/0.153/bionic-fixup/AndroidFixup.h
index db324c47..a08316be 100644
--- a/0.153/bionic-fixup/AndroidFixup.h
+++ b/0.153/bionic-fixup/AndroidFixup.h
@@ -19,14 +19,6 @@
#include <libgen.h> // for basename
-#ifndef MAX
-#define MAX(x,y) ((x) > (y) ? (x) : (y))
-#endif
-
-#ifndef MIN
-#define MIN(x,y) ((x) < (y) ? (x) : (y))
-#endif
-
/* workaround for stpcpy */
static inline char *stpcpy(char *dst, const char *src)
{