From 8a8d725b438bc8162bea50a175b9a9fa2cc620bd Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Thu, 9 Jul 2020 16:04:59 -0700 Subject: [vcpkg] Remove unnecessary work queue (#12350) this work queue implementation was added at some point, and is no longer used anywhere. Delete it as not used; if we need it again, we can grab it from the history --- toolsrc/src/vcpkg/base/files.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'toolsrc/src') diff --git a/toolsrc/src/vcpkg/base/files.cpp b/toolsrc/src/vcpkg/base/files.cpp index f119edace..52421bd55 100644 --- a/toolsrc/src/vcpkg/base/files.cpp +++ b/toolsrc/src/vcpkg/base/files.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #if !defined(_WIN32) #include -- cgit v1.2.3