diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-09 16:04:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 16:04:59 -0700 |
| commit | 8a8d725b438bc8162bea50a175b9a9fa2cc620bd (patch) | |
| tree | 90641d2e2a6d9aa03fb0e82ef442ab224b847b96 /toolsrc/src | |
| parent | a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b (diff) | |
| download | vcpkg-8a8d725b438bc8162bea50a175b9a9fa2cc620bd.tar.gz vcpkg-8a8d725b438bc8162bea50a175b9a9fa2cc620bd.zip | |
[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
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/base/files.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <vcpkg/base/system.print.h> #include <vcpkg/base/system.process.h> #include <vcpkg/base/util.h> -#include <vcpkg/base/work_queue.h> #if !defined(_WIN32) #include <fcntl.h> |
