X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=9589bb20d16c0e8ac57f390138aafca4ccd0b2be;hp=e65eb61ebc2e353fb4880b4b59260c1f9c969a73;hb=59caf989e5e20f4a1238f23e512a586d5ba67de1;hpb=eea4234f719966d2c2e4351d2f465edf58b80ed3 diff --git a/discover/device-handler.c b/discover/device-handler.c index e65eb61..9589bb2 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -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. */