mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
intel/brw: Remove RALLOC helper from fs_reg
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29791>
This commit is contained in:
parent
def70c1673
commit
0d9f58db04
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
class fs_reg : private brw_reg {
|
||||
public:
|
||||
DECLARE_RALLOC_CXX_OPERATORS(fs_reg)
|
||||
|
||||
void init();
|
||||
|
||||
fs_reg();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue