aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
committerAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
commitb395438c791ca9f78e383a1d571525eee785e67c (patch)
tree4aaba68a88a95633f77e944a36081441b3daef6a /toolsrc/include
parent5495513ef45eb97d8453d15007714f1b4d3391f9 (diff)
parent030e74940cc40db2415700e87e3b2c8aeeee8108 (diff)
downloadvcpkg-b395438c791ca9f78e383a1d571525eee785e67c.tar.gz
vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.zip
Merge branch 'master' into openssl-unix-dynamic
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/globalstate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg/globalstate.h b/toolsrc/include/vcpkg/globalstate.h
index 2026ea369..263b5f80c 100644
--- a/toolsrc/include/vcpkg/globalstate.h
+++ b/toolsrc/include/vcpkg/globalstate.h
@@ -13,8 +13,6 @@ namespace vcpkg
static Util::LockGuarded<Chrono::ElapsedTimer> timer;
static Util::LockGuarded<std::string> g_surveydate;
- static std::atomic<bool> debugging;
- static std::atomic<bool> feature_packages;
static std::atomic<bool> g_binary_caching;
static std::atomic<int> g_init_console_cp;