Remove code.

Change-Id: I7e578ab0bc7e490520159bfaa4f8f193db40b23e
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-04-05 16:26:52 +02:00
committed by sys_ocldev
parent 2a2b83f79f
commit 794fba189e
9 changed files with 2 additions and 812 deletions

View File

@@ -10,7 +10,6 @@
#include "runtime/helpers/hw_helper.h"
#include "runtime/helpers/options.h"
#include "runtime/os_interface/linux/os_interface.h"
#include "unit_tests/libult/mock_gfx_family.h"
#include <cstring>
@@ -98,8 +97,7 @@ struct HwInfoConfigTestLinuxDummy : HwInfoConfigTestLinux {
drm->StoredDeviceID = 1;
drm->setGtType(GTTYPE_GT0);
testPlatform.eRenderCoreFamily = IGFX_UNKNOWN_CORE;
testPlatform.eRenderCoreFamily = platformDevices[0]->pPlatform->eRenderCoreFamily;
}
void TearDown() override {

View File

@@ -10,7 +10,6 @@
#include "runtime/os_interface/windows/os_interface.h"
#include "runtime/os_interface/windows/wddm/wddm.h"
#include "unit_tests/helpers/debug_manager_state_restore.h"
#include "unit_tests/libult/mock_gfx_family.h"
namespace NEO {