llvmpipe: remove misleading debug string
authorKeith Whitwell <keithw@vmware.com>
Tue, 30 Nov 2010 11:22:46 +0000 (11:22 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Nov 2010 12:01:29 +0000 (12:01 +0000)
src/gallium/drivers/llvmpipe/lp_setup.c

index 6118434..07acdb2 100644 (file)
@@ -263,7 +263,6 @@ execute_clears( struct lp_setup_context *setup )
 
 const char *states[] = {
    "FLUSHED",
-   "EMPTY  ",
    "CLEARED",
    "ACTIVE "
 };