X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..36401178fd6817c043cc00b0c00c7f723e58efae:/osfmk/machine/thread.h diff --git a/osfmk/machine/thread.h b/osfmk/machine/thread.h index 2b6153bd4..35f964d52 100644 --- a/osfmk/machine/thread.h +++ b/osfmk/machine/thread.h @@ -32,8 +32,6 @@ #include "ppc/thread.h" #elif defined (__i386__) #include "i386/thread.h" -#elif defined (__arm__) -#include "arm/thread.h" #else #error architecture not supported #endif