mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove unused member of struct csclass: csc_value.
This commit is contained in:
parent
cfab3bdd89
commit
9aed43ae23
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ struct csnode {
|
|||
struct csclass {
|
||||
wctype_t csc_type;
|
||||
bool csc_invert;
|
||||
bool csc_value;
|
||||
struct csclass *csc_next;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue