summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-02-20 10:34:41 +0000
committerEric Engestrom <[email protected]>2019-02-20 14:28:55 +0000
commitd3115f34a6dbd34bbc25fd9d9bd28ecc74863083 (patch)
treecf23393b88c41b8a2db009223f1acd7656a776c2 /src/intel/vulkan
parent8cbfcab425e4430f044f2c5bb20bc54f75b700a6 (diff)
anv: drop unused imports
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r--src/intel/vulkan/anv_extensions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py
index a6c05d73c96..473ba1a1829 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -24,10 +24,8 @@ COPYRIGHT = """\
*/
"""
-import argparse
import copy
import re
-import xml.etree.cElementTree as et
def _bool_to_c_expr(b):
if b is True: