summaryrefslogtreecommitdiff
path: root/powerpc/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/utils.h')
-rw-r--r--powerpc/utils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/powerpc/utils.h b/powerpc/utils.h
index a93777a..5851c4b 100644
--- a/powerpc/utils.h
+++ b/powerpc/utils.h
@@ -31,19 +31,4 @@ do { \
} \
} while (0)
-/* The test harness uses this, yes it's gross */
-#define MAGIC_SKIP_RETURN_VALUE 99
-
-#define SKIP_IF(x) \
-do { \
- if ((x)) { \
- fprintf(stderr, \
- "[SKIP] Test skipped on line %d\n", __LINE__); \
- return MAGIC_SKIP_RETURN_VALUE; \
- } \
-} while (0)
-
-#define _str(s) #s
-#define str(s) _str(s)
-
#endif /* _SELFTESTS_POWERPC_UTILS_H */