mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 19:10:12 +01:00
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>
This commit is contained in:
parent
ba15bb383f
commit
bfc1fd22cd
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include "util/u_upload_mgr.h"
|
||||
#include "intel/common/gen_l3_config.h"
|
||||
|
||||
#define BLORP_USE_SOFTPIN
|
||||
#include "blorp/blorp_genX_exec.h"
|
||||
|
||||
static uint32_t *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue