x86: remove debug

This commit is contained in:
Keith Whitwell 2008-02-13 12:37:42 +00:00
parent 8162d317d2
commit 66640c4b58

View 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);