From d4394bb768f17ac6a7e99116f2bc79c40dca3c5b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 9 Jan 2009 21:51:22 -0700 Subject: [PATCH] gallium: remove unused struct type --- src/gallium/auxiliary/tgsi/tgsi_ppc.c | 8 -------- 1 file changed, 8 deletions(-) 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. */ -- 2.11.0