summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
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;