]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
storage: remove unused declaration
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 28 Nov 2017 11:47:59 +0000 (12:47 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 15 Dec 2017 11:31:32 +0000 (12:31 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
src/lxc/lxccontainer.c
src/lxc/storage/storage.h

index 077b5d984f853d094016beba19b728d7caff76c5..1cc3f979ad0b365c142d17fb13e4352145be29f8 100644 (file)
@@ -60,6 +60,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"
index 2c420097f6be7f73b624223a28163a22bcacfcf5..efc963e3c70d2dee0b50b86550593efd70fe016a 100644 (file)
@@ -136,8 +136,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);
 extern char *lxc_storage_get_path(char *src, const char *prefix);