projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f78eb
)
util: Remove import of unused sys module.
author
Vinson Lee
<vlee@vmware.com>
Fri, 26 Feb 2010 01:52:48 +0000
(17:52 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 26 Feb 2010 01:55:36 +0000
(17:55 -0800)
src/gallium/auxiliary/util/u_format_parse.py
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format_parse.py
b/src/gallium/auxiliary/util/u_format_parse.py
index
983c3a9
..
15c887a
100755
(executable)
--- 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)