mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 18:00:36 +01:00
ra: Remove unused "name" field in regs.
This commit is contained in:
parent
604022abed
commit
ea8e21856e
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include "register_allocate.h"
|
||||
|
||||
struct ra_reg {
|
||||
char *name;
|
||||
GLboolean *conflicts;
|
||||
unsigned int *conflict_list;
|
||||
unsigned int conflict_list_size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue