Remove TODO that is not gonna be done

Previously the idea was to cache sanitize results externally (think,
in Fontconfig) and avoid resanitizing every time.  That's, not a good
idea.
This commit is contained in:
Behdad Esfahbod 2018-07-17 19:09:03 +02:00
parent be70738400
commit a8cc0b5907
1 changed files with 0 additions and 2 deletions

View File

@ -283,8 +283,6 @@ struct hb_sanitize_context_t :
{
bool sane;
/* TODO is_sane() stuff */
init (blob);
retry: