diff options
Diffstat (limited to 'src/util/disk_cache.h')
-rw-r--r-- | src/util/disk_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h index 39062f40a24..7c15aa180de 100644 --- a/src/util/disk_cache.h +++ b/src/util/disk_cache.h @@ -158,7 +158,7 @@ disk_cache_put(struct disk_cache *cache, cache_key key, } static inline void -disk_cache_remove(struct program_cache *cache, cache_key key) +disk_cache_remove(struct disk_cache *cache, cache_key key) { return; } |