[Piglit] [PATCH 43/45] gen_builtin_packing_tests.py: removed unused variable

Chad Versace chad.versace at intel.com
Mon Nov 17 10:15:40 PST 2014


On Fri 14 Nov 2014, Matt Turner wrote:
>On Wed, Nov 12, 2014 at 3:46 PM, Dylan Baker <baker.dylan.c at gmail.com> wrote:
>> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
>> ---
>>  generated_tests/gen_builtin_packing_tests.py | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/generated_tests/gen_builtin_packing_tests.py b/generated_tests/gen_builtin_packing_tests.py
>> index 7a7d610..9a56601 100644
>> --- a/generated_tests/gen_builtin_packing_tests.py
>> +++ b/generated_tests/gen_builtin_packing_tests.py
>> @@ -524,7 +524,6 @@ def make_inputs_for_pack_half_2x16():
>>      # handling of zero.
>>
>>      subnormal_min = 2.0**(-14) * (1.0 / 2.0**10)
>> -    subnormal_max = 2.0**(-14) * (1023.0 / 2.0**10)
>
>Weird, yeah. Seems unused. Chad?

Yes, unused. Maybe I used it in an uncommitted version of the patch, but 
it's unused now.

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>



More information about the Piglit mailing list