diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-14 08:35:11 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-14 08:35:11 +0000 |
commit | ca547df2d3ca2611d48b1b010541559bb29e29af (patch) | |
tree | 09e0560554269aa824103f7fe6feaa02047036e7 /usr.bin/tr | |
parent | 953a00fce4628726efacfb7549101444e92ec219 (diff) | |
download | FreeBSD-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.h | 1 |
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; }; |