Unverified Commit 490f1696 by 2xsec Committed by Christian Brauner

remove unused variables

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent c4d30a97
...@@ -258,7 +258,6 @@ bool is_fs_type(const struct statfs *fs, fs_type_magic magic_val) ...@@ -258,7 +258,6 @@ bool is_fs_type(const struct statfs *fs, fs_type_magic magic_val)
bool has_fs_type(const char *path, fs_type_magic magic_val) bool has_fs_type(const char *path, fs_type_magic magic_val)
{ {
bool has_type;
int ret; int ret;
struct statfs sb; struct statfs sb;
......
...@@ -47,7 +47,6 @@ int lxc_storage_rsync_exec_wrapper(void *data) ...@@ -47,7 +47,6 @@ int lxc_storage_rsync_exec_wrapper(void *data)
int lxc_rsync_exec_wrapper(void *data) int lxc_rsync_exec_wrapper(void *data)
{ {
int ret;
struct rsync_data_char *args = data; struct rsync_data_char *args = data;
if (!lxc_switch_uid_gid(0, 0)) if (!lxc_switch_uid_gid(0, 0))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment