From: Christian Brauner Date: Tue, 28 Nov 2017 11:47:59 +0000 (+0100) Subject: storage: remove unused declaration X-Git-Tag: lxc-2.0.10~550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc83f4e21e4fd225887baae6221e3e0a1273d84;p=thirdparty%2Flxc.git storage: remove unused declaration Signed-off-by: Christian Brauner Signed-off-by: Adrian Reber --- diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 98514eed8..4ef0ee858 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -58,6 +58,7 @@ #include "start.h" #include "state.h" #include "storage.h" +#include "storage_utils.h" #include "storage/btrfs.h" #include "storage/overlay.h" #include "sync.h" diff --git a/src/lxc/storage/storage.h b/src/lxc/storage/storage.h index db660b603..dde88eff9 100644 --- a/src/lxc/storage/storage.h +++ b/src/lxc/storage/storage.h @@ -127,8 +127,6 @@ extern struct lxc_storage *storage_create(const char *dest, const char *type, struct bdev_specs *specs); extern void storage_put(struct lxc_storage *bdev); extern bool storage_destroy(struct lxc_conf *conf); - -extern int storage_destroy_wrapper(void *data); extern bool rootfs_is_blockdev(struct lxc_conf *conf); #endif // __LXC_STORAGE_H