From: Keith Whitwell Date: Wed, 13 Feb 2008 12:37:42 +0000 (+0000) Subject: x86: remove debug X-Git-Tag: android-x86-1.6~16^2~1465^2~390^2~2624 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=66640c4b589db7b6b5edce7d297ae6623bfda9c1;p=android-x86%2Fexternal-mesa.git x86: remove debug --- diff --git a/src/mesa/x86/rtasm/x86sse.c b/src/mesa/x86/rtasm/x86sse.c index e944d00f9e8..1111e8db990 100644 --- a/src/mesa/x86/rtasm/x86sse.c +++ b/src/mesa/x86/rtasm/x86sse.c @@ -14,8 +14,6 @@ static unsigned char *cptr( void (*label)() ) static void do_realloc( struct x86_function *p ) { - _mesa_printf("do_realloc %d %p\n", p->size, p->store); - if (p->size == 0) { p->size = 1024; p->store = _mesa_exec_malloc(p->size);