[specializer_test] Remove unused variable

This commit is contained in:
Behdad Esfahbod 2024-11-12 19:38:11 -07:00
parent 7457f8ac52
commit 6f37252e85

View File

@ -592,7 +592,6 @@ class CFFSpecializeProgramTest:
operands = " ".join([blend_one] * 6) operands = " ".join([blend_one] * 6)
operator = "rrcurveto" operator = "rrcurveto"
charstr = " ".join([operands, operator] * numOps) charstr = " ".join([operands, operator] * numOps)
expected = charstr
specialized = charstr_specialize( specialized = charstr_specialize(
charstr, charstr,
getNumRegions=getNumRegions, getNumRegions=getNumRegions,