mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Remove not used global variable.
Change-Id: I3cc5cd6099331b186f6f3ee6324b058f2125aecb Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7be1853013
commit
1ec794286f
@@ -59,7 +59,6 @@ TestEnvironment *gEnvironment;
|
||||
|
||||
PRODUCT_FAMILY productFamily = IGFX_SKYLAKE;
|
||||
GFXCORE_FAMILY renderCoreFamily = IGFX_GEN9_CORE;
|
||||
PRODUCT_FAMILY defaultProductFamily = productFamily;
|
||||
|
||||
extern std::string lastTest;
|
||||
bool generateRandomInput = false;
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
#include "runtime/builtin_kernels_simulation/opencl_c.h"
|
||||
#include "runtime/builtin_kernels_simulation/scheduler_simulation.h"
|
||||
|
||||
extern PRODUCT_FAMILY defaultProductFamily;
|
||||
|
||||
using namespace NEO;
|
||||
using namespace BuiltinKernelsSimulation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user