diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h index b85349315666..ab3eabd3e439 100644 --- a/usr.bin/tr/cset.h +++ b/usr.bin/tr/cset.h @@ -43,7 +43,6 @@ struct csnode { struct csclass { wctype_t csc_type; bool csc_invert; - bool csc_value; struct csclass *csc_next; };