nv50: remove unused nv50_program::immd_size field
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
@@ -59,7 +59,6 @@ struct nv50_program {
|
||||
unsigned code_size;
|
||||
unsigned code_base;
|
||||
uint32_t *immd;
|
||||
unsigned immd_size;
|
||||
unsigned parm_size; /* size limit of uniform buffer */
|
||||
uint32_t tls_space; /* required local memory per thread */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user