Remove set_cache_name() from public API.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-09-25 05:08:51 -04:00
parent f461f3c62e
commit 6c076a7c07
2 changed files with 2 additions and 12 deletions

View File

@@ -212,4 +212,6 @@ static inline uint64_t ocf_get_cache_occupancy(ocf_cache_t cache)
return result;
}
int ocf_cache_set_name(ocf_cache_t cache, const char *src, size_t src_size);
#endif /* __OCF_CACHE_PRIV_H__ */