Mesa (master): zink: remove useless import in zink_device_info.py

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 10 12:49:39 UTC 2020


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

Author: Hoe Hao Cheng <haochengho12907 at gmail.com>
Date:   Thu Nov 26 22:06:27 2020 +0800

zink: remove useless import in zink_device_info.py

Acked-by: Adam Jackson <ajax at redhat.com>
Acked-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7756>

---

 src/gallium/drivers/zink/zink_device_info.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index ffd0afc974b..91fdf6d02ac 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -26,7 +26,6 @@
 from mako.template import Template
 from mako.lookup import TemplateLookup
 from os import path
-import re
 import sys
 
 # constructor: 



More information about the mesa-commit mailing list