summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-01-18 01:04:55 -0800
committerEric Anholt <eric@anholt.net>2011-01-18 10:17:48 -0800
commitea8e21856e88863913e97ef90d89cf76894c5aeb (patch)
tree8ce00ea066de5673f12d7d92181b7914c386b9b7 /src/mesa/program
parent604022abed537d8066ddece5d8a4bbf08e93a2d5 (diff)
ra: Remove unused "name" field in regs.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/register_allocate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/register_allocate.c b/src/mesa/program/register_allocate.c
index e96909af5e..634a7dacb2 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;