Remove dead-code functions for cache intermediate/last-level config

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-11-13 12:45:35 -08:00
committed by Compute-Runtime-Automation
parent bd432fa94c
commit b3700370a6
8 changed files with 0 additions and 39 deletions

View File

@@ -107,14 +107,6 @@ struct Mock<Device> : public Device {
(uint32_t * pCount,
ze_device_handle_t *phSubdevices),
(override));
MOCK_METHOD(ze_result_t,
setIntermediateCacheConfig,
(ze_cache_config_flags_t CacheConfig),
(override));
MOCK_METHOD(ze_result_t,
setLastLevelCacheConfig,
(ze_cache_config_flags_t CacheConfig),
(override));
MOCK_METHOD(ze_result_t,
getCacheProperties,
(uint32_t * pCount,