mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
anv: drop unused imports
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
8cbfcab425
commit
d3115f34a6
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue