From: Fabio Pedretti Date: Fri, 7 Dec 2012 21:59:53 +0000 (+0100) Subject: nv50: remove unused OpClassStr array X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b4926b64bfcdd36d2665dcc58dbbd5de2249672;p=mesa.git nv50: remove unused OpClassStr array Signed-off-by: Brian Paul --- diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp index d27a10c2b23..b20aed53fb6 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp @@ -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",