mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
util: Remove import of unused sys module.
This commit is contained in:
parent
44f78eb18e
commit
3e882e943c
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue