ra: Remove unused "name" field in regs.

This commit is contained in:
Eric Anholt 2011-01-18 01:04:55 -08:00
parent 604022abed
commit ea8e21856e

View file

@ -38,7 +38,6 @@
#include "register_allocate.h"
struct ra_reg {
char *name;
GLboolean *conflicts;
unsigned int *conflict_list;
unsigned int conflict_list_size;