minor: unused variables

This commit is contained in:
Cosimo Lupo 2018-01-15 19:50:34 +00:00
parent a4e1d4a2bf
commit 95030cb788
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1436,7 +1436,6 @@ class PairPosBuilder(LookupBuilder):
'Already defined position for pair %s %s at %s:%d:%d; '
'choosing the first value',
glyph1, glyph2, otherLoc[0], otherLoc[1], otherLoc[2])
val1, val2 = oldValue
else:
val1, _ = makeOpenTypeValueRecord(value1, pairPosContext=True)
val2, _ = makeOpenTypeValueRecord(value2, pairPosContext=True)