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:
@@ -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 *
|
||||
|
Reference in New Issue
Block a user