diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-18 18:15:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-18 18:15:31 -0700 |
| commit | 77af264118522788e24e463309220f97dcff0a79 (patch) | |
| tree | b753e1abf41214c6d4a4e4a214bffcd541c9b610 /toolsrc/include | |
| parent | 469543f9429e6b8f0699cb17d6309f127ae8eb59 (diff) | |
| download | vcpkg-77af264118522788e24e463309220f97dcff0a79.tar.gz vcpkg-77af264118522788e24e463309220f97dcff0a79.zip | |
[vcpkg] Fix regression in `--debug`. Remove old `features` featureflag. (#6507)
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/globalstate.h | 2 |
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; |
