Mesa (master): util: Remove import of unused sys module.

Vinson Lee vlee at kemper.freedesktop.org
Fri Feb 26 01:56:34 UTC 2010


Module: Mesa
Branch: master
Commit: 3e882e943c487945d598cbc6fae8fd570f28081d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e882e943c487945d598cbc6fae8fd570f28081d

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Feb 25 17:52:48 2010 -0800

util: Remove import of unused sys module.

---

 src/gallium/auxiliary/util/u_format_parse.py |    3 ---
 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 983c3a9..15c887a 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)




More information about the mesa-commit mailing list