From 9aed43ae233b092a0d4686cf435c85b67833fcbb Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 08:35:11 +0000 Subject: [PATCH] Remove unused member of struct csclass: csc_value. --- usr.bin/tr/cset.h | 1 - 1 file changed, 1 deletion(-) 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; };