nv50: remove unused OpClassStr array

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Fabio Pedretti 2012-12-07 22:59:53 +01:00 committed by Brian Paul
parent 320d531373
commit 9b4926b64b
1 changed files with 0 additions and 20 deletions

View File

@ -67,26 +67,6 @@ static void init_colours()
colour = _colour;
}
static const char *OpClassStr[OPCLASS_OTHER + 1] =
{
"MOVE",
"LOAD",
"STORE",
"ARITH",
"SHIFT",
"SFU",
"LOGIC",
"COMPARE",
"CONVERT",
"ATOMIC",
"TEXTURE",
"SURFACE",
"FLOW",
"(INVALID)",
"PSEUDO",
"OTHER"
};
const char *operationStr[OP_LAST + 1] =
{
"nop",