Mesa (main): dzn: remove needless using

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 7 20:06:46 UTC 2022


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Mar 25 13:16:26 2022 +0100

dzn: remove needless using

Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15790>

---

 src/microsoft/vulkan/dzn_descriptor_set.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/microsoft/vulkan/dzn_descriptor_set.cpp b/src/microsoft/vulkan/dzn_descriptor_set.cpp
index ba09c32fdad..e0c9ebda3f2 100644
--- a/src/microsoft/vulkan/dzn_descriptor_set.cpp
+++ b/src/microsoft/vulkan/dzn_descriptor_set.cpp
@@ -29,8 +29,6 @@
 #include "vk_descriptors.h"
 #include "vk_util.h"
 
-using Microsoft::WRL::ComPtr;
-
 static D3D12_SHADER_VISIBILITY
 translate_desc_visibility(VkShaderStageFlags in)
 {



More information about the mesa-commit mailing list