summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/cpuinfo.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-01-20 16:01:38 -0500
committerMatt Turner <[email protected]>2012-01-21 22:43:54 -0500
commitd387899388bd7090bda50593e35f8ed3cb730c47 (patch)
treec8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /src/mesa/main/cpuinfo.h
parent309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (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.h4
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);