]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
discover: remove (unused) duplicate struct mount_map
[petitboot] / discover / device-handler.c
index e65eb61ebc2e353fb4880b4b59260c1f9c969a73..9589bb20d16c0e8ac57f390138aafca4ccd0b2be 100644 (file)
@@ -33,11 +33,6 @@ struct device_handler {
        struct list contexts;
 };
 
-struct mount_map {
-       char *device_path;
-       char *mount_point;
-};
-
 /**
  * device_handler_add - Add a device to the handler device array.
  */