Remove dead ComponentClass::{get,set}FirstChar

This commit is contained in:
Justin Viiret
2015-11-09 10:49:19 +11:00
committed by Matthew Barr
parent 9a7b912a5d
commit b1f6a539c7
3 changed files with 2 additions and 14 deletions

View File

@@ -1094,9 +1094,6 @@ unichar readUtf8CodePoint4c(const u8 *ts) {
# Literal character
(any - ']') => {
if (currentCls->class_empty()) {
currentCls->setFirstChar(*ts);
}
currentCls->add(*ts);
};