From: Eric Engestrom Date: Wed, 20 Feb 2019 10:34:41 +0000 (+0000) Subject: anv: drop unused imports X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3115f34a6dbd34bbc25fd9d9bd28ecc74863083;p=mesa.git anv: drop unused imports Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin Reviewed-by: Jason Ekstrand --- 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: