summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/image.c')
-rw-r--r--src/core/image.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/image.c b/src/core/image.c
index 9a805d37c..c60373c96 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -18,6 +18,8 @@ void print_images ( void ) {
}
}
+#if 0
+
/*
* Identify the image format
*
@@ -80,3 +82,5 @@ int autoload ( struct dev *dev, struct image **image, void **context ) {
out:
return rc;
}
+
+#endif