aboutsummaryrefslogtreecommitdiff
path: root/src/include/stage_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stage_cache.h')
-rw-r--r--src/include/stage_cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/stage_cache.h b/src/include/stage_cache.h
index bde53307ae..5a4c16a5e7 100644
--- a/src/include/stage_cache.h
+++ b/src/include/stage_cache.h
@@ -29,10 +29,6 @@ enum {
STAGE_REFCODE,
};
-/* Create an empty stage cache. */
-void stage_cache_create_empty(void);
-/* Recover existing stage cache. */
-void stage_cache_recover(void);
/* Cache the loaded stage provided according to the parameters. */
void stage_cache_add(int stage_id, struct prog *stage);
/* Load the cached stage at given location returning the stage entry point. */