iris: Delete useless #define
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 22 Jun 2020 22:49:31 +0000 (15:49 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 23 Jun 2020 17:25:31 +0000 (10:25 -0700)
commitbfc1fd22cdf80722e47d0804e1a97d251e3a650d
tree3d91626610b9bab6879861724ec5781a7463faa1
parentba15bb383f0756703e05bf202edc4771a1c54560
iris: Delete useless #define

When I was bringing up the driver, I had BLORP use #ifdefs for
softpin-mode vs. relocation-mode.  That all got reworked during
review, but apparently this #define is still kicking around,
even though nothing uses it.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5610>
src/gallium/drivers/iris/iris_blorp.c