remove lif_interface.is_static, no longer used

This commit is contained in:
Ariadne Conill 2020-08-20 03:10:26 -06:00
parent d463d455da
commit 846df3272f
3 changed files with 0 additions and 8 deletions

View file

@ -51,7 +51,6 @@ struct lif_interface {
bool is_auto;
bool is_bridge;
bool is_bond;
bool is_static;
struct lif_dict vars;