mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Remove unused member of struct csclass: csc_value.
This commit is contained in:
parent
cfab3bdd89
commit
9aed43ae23
@ -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 New Issue
Block a user