From f7b0cfe04a1e3d895760aca2dad2217d2e84ab57 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Mar 2022 13:16:26 +0100 Subject: [PATCH] dzn: remove needless using MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Boris Brezillon Reviewed-by: Louis-Francis Ratté-Boulianne Part-of: --- 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) {