summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-14 08:35:11 +0000
committertjr <tjr@FreeBSD.org>2004-07-14 08:35:11 +0000
commitca547df2d3ca2611d48b1b010541559bb29e29af (patch)
tree09e0560554269aa824103f7fe6feaa02047036e7 /usr.bin/tr
parent953a00fce4628726efacfb7549101444e92ec219 (diff)
downloadFreeBSD-src-ca547df2d3ca2611d48b1b010541559bb29e29af.zip
FreeBSD-src-ca547df2d3ca2611d48b1b010541559bb29e29af.tar.gz
Remove unused member of struct csclass: csc_value.
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/cset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h
index b853493..ab3eabd 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;
};
OpenPOWER on IntegriCloud