Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
  • Loading branch information
2xsec authored and Christian Brauner committed Sep 30, 2018
1 parent c4d30a9 commit 490f169
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lxc/file_utils.c
Expand Up @@ -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_type;
int ret;
struct statfs sb;

Expand Down
1 change: 0 additions & 1 deletion src/lxc/storage/rsync.c
Expand Up @@ -47,7 +47,6 @@ int lxc_storage_rsync_exec_wrapper(void *data)

int lxc_rsync_exec_wrapper(void *data)
{
int ret;
struct rsync_data_char *args = data;

if (!lxc_switch_uid_gid(0, 0))
Expand Down

0 comments on commit 490f169

Please sign in to comment.