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

Matt Turner mattst88 at gmail.com
Fri Nov 14 14:23:41 PST 2014


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?


More information about the Piglit mailing list