mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
Remove dead ComponentClass::{get,set}FirstChar
This commit is contained in:
committed by
Matthew Barr
parent
9a7b912a5d
commit
b1f6a539c7
@@ -1094,9 +1094,6 @@ unichar readUtf8CodePoint4c(const u8 *ts) {
|
||||
|
||||
# Literal character
|
||||
(any - ']') => {
|
||||
if (currentCls->class_empty()) {
|
||||
currentCls->setFirstChar(*ts);
|
||||
}
|
||||
currentCls->add(*ts);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user