intel/compiler: Remove unused functions and declarations

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23539>
This commit is contained in:
Caio Oliveira
2023-06-08 15:31:11 -07:00
committed by Marge Bot
parent 8f4b9ed4d8
commit 26f6ea5c30
7 changed files with 0 additions and 41 deletions

View File

@@ -829,12 +829,6 @@ namespace brw {
return inst;
}
bblock_t *
get_block() const
{
return block;
}
backend_shader *shader;
private: