summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_parse.py
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-25 17:52:48 -0800
committerVinson Lee <vlee@vmware.com>2010-02-25 17:55:36 -0800
commit3e882e943c487945d598cbc6fae8fd570f28081d (patch)
treeba973d35de90f66a6a294564deb299a04abf3c97 /src/gallium/auxiliary/util/u_format_parse.py
parent44f78eb18e851892f72b41be4119cf8b14cddbbb (diff)
util: Remove import of unused sys module.
Diffstat (limited to 'src/gallium/auxiliary/util/u_format_parse.py')
-rwxr-xr-xsrc/gallium/auxiliary/util/u_format_parse.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_format_parse.py b/src/gallium/auxiliary/util/u_format_parse.py
index 983c3a90fc..15c887af5e 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)