Remove another couple lines of dead code
This commit is contained in:
parent
b8783c85ac
commit
2304856340
|
@ -600,7 +600,6 @@ struct ChainRule
|
||||||
lookahead.len, lookahead.array,
|
lookahead.len, lookahead.array,
|
||||||
lookup.len, lookup.array,
|
lookup.len, lookup.array,
|
||||||
lookup_context);
|
lookup_context);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
@ -786,7 +785,6 @@ struct ChainContextFormat3
|
||||||
lookahead.len, (const USHORT *) lookahead.array,
|
lookahead.len, (const USHORT *) lookahead.array,
|
||||||
lookup.len, lookup.array,
|
lookup.len, lookup.array,
|
||||||
lookup_context);
|
lookup_context);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool sanitize (hb_sanitize_context_t *c) {
|
inline bool sanitize (hb_sanitize_context_t *c) {
|
||||||
|
|
Loading…
Reference in New Issue