]> 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>
Sun, 17 Dec 2017 14:36:25 +0000 (15:36 +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 98514eed8f71a938e00c94f812417c22acbfdd43..4ef0ee8588f18fe0a0aa9f5c14a0858cdd8be0ce 100644 (file)
@@ -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"
index db660b603cc1b728dbc2b86de8b9818c4049eb0f..dde88eff9ef35d89d68bd97694f366487d72415e 100644 (file)
@@ -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