From 1ec794286fdcc875e3d11f6e75b46d6bbab96851 Mon Sep 17 00:00:00 2001 From: "Mrozek, Michal" Date: Thu, 29 Aug 2019 11:01:16 +0200 Subject: [PATCH] Remove not used global variable. Change-Id: I3cc5cd6099331b186f6f3ee6324b058f2125aecb Signed-off-by: Mrozek, Michal --- unit_tests/main.cpp | 1 - unit_tests/scheduler/scheduler_source_tests.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index 60bce675ef..f5fabc4f98 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -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; diff --git a/unit_tests/scheduler/scheduler_source_tests.cpp b/unit_tests/scheduler/scheduler_source_tests.cpp index f747b61577..bee864951b 100644 --- a/unit_tests/scheduler/scheduler_source_tests.cpp +++ b/unit_tests/scheduler/scheduler_source_tests.cpp @@ -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;