diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-14 08:35:11 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-14 08:35:11 +0000 |
| commit | 9aed43ae233b092a0d4686cf435c85b67833fcbb (patch) | |
| tree | 09e0560554269aa824103f7fe6feaa02047036e7 /usr.bin/tr | |
| parent | cfab3bdd89d20545d14baed23b1078b490fcea6f (diff) | |
Notes
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 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; }; |
