From: Eric Anholt Date: Tue, 18 Jan 2011 09:04:55 +0000 (-0800) Subject: ra: Remove unused "name" field in regs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea8e21856e88863913e97ef90d89cf76894c5aeb;p=mesa.git ra: Remove unused "name" field in regs. --- diff --git a/src/mesa/program/register_allocate.c b/src/mesa/program/register_allocate.c index e96909af5e2..634a7dacb22 100644 --- a/src/mesa/program/register_allocate.c +++ b/src/mesa/program/register_allocate.c @@ -38,7 +38,6 @@ #include "register_allocate.h" struct ra_reg { - char *name; GLboolean *conflicts; unsigned int *conflict_list; unsigned int conflict_list_size;