From: Keith Whitwell Date: Wed, 13 Feb 2008 12:37:42 +0000 (+0000) Subject: x86: remove debug X-Git-Tag: 062012170305~17580^2~390^2~2624 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66640c4b589db7b6b5edce7d297ae6623bfda9c1;p=profile%2Fivi%2Fmesa.git x86: remove debug --- diff --git a/src/mesa/x86/rtasm/x86sse.c b/src/mesa/x86/rtasm/x86sse.c index e944d00..1111e8d 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);