Remove getWaTable() method

Change-Id: I508103a0d46ae94b55891c8a7ef104fb47b0b3e0
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-09-04 09:10:18 +02:00
committed by sys_ocldev
parent b853a2fccb
commit cf979c3bc0
12 changed files with 24 additions and 47 deletions

View File

@ -49,7 +49,7 @@ void DevicePreemptionTests::SetUp() {
ASSERT_NE(nullptr, context);
ASSERT_NE(nullptr, cmdQ);
waTable = const_cast<WorkaroundTable *>(device->getWaTable());
waTable = &device->getExecutionEnvironment()->getMutableHardwareInfo()->workaroundTable;
}
void DevicePreemptionTests::TearDown() {