Remove unused member of struct csclass: csc_value.

This commit is contained in:
tjr 2004-07-14 08:35:11 +00:00
parent 953a00fce4
commit ca547df2d3

View File

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