Remove unused member of struct csclass: csc_value.

This commit is contained in:
Tim J. Robbins 2004-07-14 08:35:11 +00:00
parent cfab3bdd89
commit 9aed43ae23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132143

View File

@ -43,7 +43,6 @@ struct csnode {
struct csclass {
wctype_t csc_type;
bool csc_invert;
bool csc_value;
struct csclass *csc_next;
};