x86: remove debug
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 13 Feb 2008 12:37:42 +0000 (12:37 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 13 Feb 2008 12:37:42 +0000 (12:37 +0000)
src/mesa/x86/rtasm/x86sse.c

index e944d00f9e842147c762bc1533ba397a3b7c6201..1111e8db990b52d59e79fc470daae83098b58144 100644 (file)
@@ -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);