[coretext] Remove unused var

This commit is contained in:
Behdad Esfahbod 2014-06-17 11:45:26 -04:00
parent 798e4185bc
commit 7526373e70
1 changed files with 0 additions and 2 deletions

View File

@ -507,8 +507,6 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
if (unlikely (!range))
goto fail_features;
unsigned int offset = feature_records.len;
if (active_features.len)
{
CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);