Remove another couple lines of dead code

This commit is contained in:
Behdad Esfahbod 2010-11-03 12:46:58 -04:00
parent b8783c85ac
commit 2304856340
1 changed files with 0 additions and 2 deletions

View File

@ -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) {