]> 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>
Tue, 28 Nov 2017 12:52:45 +0000 (13:52 +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 9ca6ea68f27400adb15cf965975fb30e85637489..38985ecb1a29f8cb0579e038e2a024dd1ff1d42c 100644 (file)
@@ -61,6 +61,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);