intel/compiler: Remove unused `ret` declaration

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13340>
This commit is contained in:
Caio Marcelo de Oliveira Filho 2021-10-11 23:19:59 -07:00 committed by Marge Bot
parent bd2cc4b916
commit 94e07058ee
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@
using namespace brw;
int ret = 0;
class copy_propagation_test : public ::testing::Test {
virtual void SetUp();
virtual void TearDown();

View File

@ -27,8 +27,6 @@
using namespace brw;
int ret = 0;
#define register_coalesce(v) _register_coalesce(v, __func__)
class register_coalesce_test : public ::testing::Test {