summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/image.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/image.c b/src/core/image.c
index e270540aa..08a129ffa 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -107,20 +107,6 @@ void unregister_image ( struct image *image ) {
}
/**
- * Move image to start of list of registered images
- *
- * @v image Executable/loadable image
- *
- * Move the image to the start of the image list. This makes it
- * easier to keep track of which of the images marked as loaded is
- * likely to still be valid.
- */
-void promote_image ( struct image *image ) {
- list_del ( &image->list );
- list_add ( &image->list, &images );
-}
-
-/**
* Find image by name
*
* @v name Image name