summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/X86/common_x86_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/X86/common_x86_asm.h')
-rw-r--r--xc/extras/Mesa/src/X86/common_x86_asm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/X86/common_x86_asm.h b/xc/extras/Mesa/src/X86/common_x86_asm.h
index 38096eced..46d1a4b07 100644
--- a/xc/extras/Mesa/src/X86/common_x86_asm.h
+++ b/xc/extras/Mesa/src/X86/common_x86_asm.h
@@ -31,7 +31,7 @@
* Changed by Andre Werthmann <wertmann@cs.uni-potsdam.de> for using the
* new Katmai functions
*
- * Reimplemented by Gareth Hughes <gareth@valinux.com> in a more
+ * Reimplemented by Gareth Hughes in a more
* future-proof manner, based on code in the Linux kernel.
*/
@@ -59,6 +59,5 @@
extern int _mesa_x86_cpu_features;
extern void _mesa_init_all_x86_transform_asm( void );
-extern void _mesa_init_all_x86_vertex_asm( void );
#endif