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

View File

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