diff options
author | Matt Turner <[email protected]> | 2012-01-20 16:01:38 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-21 22:43:54 -0500 |
commit | d387899388bd7090bda50593e35f8ed3cb730c47 (patch) | |
tree | c8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /src/mesa/main/cpuinfo.h | |
parent | 309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (diff) |
Remove src/mesa/ppc
It didn't actually do anything except modify the GL_RENDERER string.
Diffstat (limited to 'src/mesa/main/cpuinfo.h')
-rw-r--r-- | src/mesa/main/cpuinfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/cpuinfo.h b/src/mesa/main/cpuinfo.h index c41a90b075a..bf846ef40d6 100644 --- a/src/mesa/main/cpuinfo.h +++ b/src/mesa/main/cpuinfo.h @@ -31,10 +31,6 @@ #include "x86/common_x86_asm.h" #endif -#if defined(USE_PPC_ASM) -#include "ppc/common_ppc_features.h" -#endif - extern void _mesa_get_cpu_features(void); |