mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
remove debug printf
This commit is contained in:
parent
1c455e4843
commit
56fe21b3e7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: t_imm_alloc.c,v 1.18 2003/03/28 01:39:05 brianp Exp $ */
|
||||
/* $Id: t_imm_alloc.c,v 1.19 2003/03/29 17:09:42 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -42,8 +42,6 @@ real_alloc_immediate( GLcontext *ctx )
|
|||
{
|
||||
struct immediate *immed = ALIGN_CALLOC_STRUCT( immediate, 32 );
|
||||
|
||||
printf("Sizeof(struct immed) = %d\n", sizeof(struct immediate));
|
||||
|
||||
if (!immed)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue