mount: mount_info -- Drop unused @is_file

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2015-08-17 23:09:46 +03:00 committed by Pavel Emelyanov
parent 311e927b5c
commit 4f8f97e0bd

View file

@ -57,7 +57,6 @@ struct mount_info {
bool dumped;
};
bool need_plugin;
int is_file;
bool is_ns_root;
struct mount_info *next;
struct ns_id *nsid;