From: Brian Paul Date: Sat, 10 Jan 2009 04:51:22 +0000 (-0700) Subject: gallium: remove unused struct type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4394bb768f17ac6a7e99116f2bc79c40dca3c5b;p=mesa.git gallium: remove unused struct type --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_ppc.c b/src/gallium/auxiliary/tgsi/tgsi_ppc.c index af180adbedc..638fe098616 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ppc.c +++ b/src/gallium/auxiliary/tgsi/tgsi_ppc.c @@ -81,14 +81,6 @@ const float ppc_builtin_constants[] ALIGN16_ATTRIB = { #define MAX_PPC_TEMPS 3 -struct reg_chan_vec -{ - struct tgsi_full_src_register src; - uint chan; - uint vec; -}; - - /** * Context/state used during code gen. */