mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
remove unused field
This commit is contained in:
parent
72c3672857
commit
3f71282850
1 changed files with 0 additions and 3 deletions
|
|
@ -75,9 +75,6 @@ typedef struct slang_code_object_
|
|||
{
|
||||
slang_code_unit builtin[SLANG_BUILTIN_TOTAL];
|
||||
slang_code_unit unit;
|
||||
#if 0
|
||||
slang_assembly_file assembly;
|
||||
#endif
|
||||
slang_var_pool varpool;
|
||||
slang_atom_pool atompool;
|
||||
} slang_code_object;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue