Skip to content

Commit

Permalink
storage: remove unused declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
Christian Brauner committed Nov 28, 2017
1 parent 06d0056 commit ec5d663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/lxc/lxccontainer.c
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions src/lxc/storage/storage.h
Expand Up @@ -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);

Expand Down

0 comments on commit ec5d663

Please sign in to comment.