From: Vinson Lee Date: Fri, 26 Feb 2010 01:52:48 +0000 (-0800) Subject: util: Remove import of unused sys module. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e882e943c487945d598cbc6fae8fd570f28081d;p=mesa.git util: Remove import of unused sys module. --- diff --git a/src/gallium/auxiliary/util/u_format_parse.py b/src/gallium/auxiliary/util/u_format_parse.py index 983c3a90fc6..15c887af5e6 100755 --- a/src/gallium/auxiliary/util/u_format_parse.py +++ b/src/gallium/auxiliary/util/u_format_parse.py @@ -30,9 +30,6 @@ ''' -import sys - - VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7)