]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/xnu_quick_test/helpers/arch.c
xnu-1699.22.73.tar.gz
[apple/xnu.git] / tools / tests / xnu_quick_test / helpers / arch.c
index f526ed0276a3ee58714c8648017c0a3ea5f73f5e..1e4f867a5eaf13b3a430c339c460d15fb6fdc1b5 100644 (file)
@@ -6,12 +6,6 @@
  */
 int main()
 {
-#if __ppc__
-       return CPU_TYPE_POWERPC;
-#endif /* __ppc__ */
-#if __ppc64__
-       return CPU_TYPE_POWERPC64;
-#endif /* __ppc64__ */
 #if __i386__
        return CPU_TYPE_I386;
 #endif /* __i386__ */