Remove a debug abort()

Ouch!
This commit is contained in:
Behdad Esfahbod 2017-12-18 21:28:23 -05:00
parent aa85a2b3b6
commit 57ff677b1b
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ FcCompareRange (const FcValue *v1, const FcValue *v2, FcValue *bestValue)
b1 = e1 = value1.u.d;
break;
case FcTypeRange:
abort();
b1 = value1.u.r->begin;
e1 = value1.u.r->end;
break;