Removed unused function from L0::Device

Change-Id: Ia5ebf6be81efcdcbcca8cbe6c2a6c2fd358ecfe3
Signed-off: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-04-03 21:22:33 -07:00
parent 91b2758f05
commit b285d65d1d
4 changed files with 0 additions and 12 deletions

View File

@@ -38,8 +38,6 @@ struct Mock<Device> : public Device {
MOCK_METHOD0(getRootDeviceIndex, uint32_t());
MOCK_METHOD2(canAccessPeer, ze_result_t(ze_device_handle_t hPeerDevice, ze_bool_t *value));
MOCK_METHOD2(copyCommandList, ze_result_t(ze_command_list_handle_t hCommandList,
ze_command_list_handle_t *phCommandList));
MOCK_METHOD2(createCommandList, ze_result_t(const ze_command_list_desc_t *desc,
ze_command_list_handle_t *commandList));