From 6d99406e698a3d1b0b69b0fc0f6e09e93fc4ed79 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Jan 2019 11:50:21 -0500 Subject: VS: Move ExpressEdition member to top-level generator We no longer support any VS versions that pre-date introduction of express editions. --- Source/cmGlobalVisualStudio8Generator.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/cmGlobalVisualStudio8Generator.h') diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index 0ecf59ff9f..cacfa68a9a 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -44,9 +44,6 @@ public: return !this->WindowsCEVersion.empty(); } - /** Is the installed VS an Express edition? */ - bool IsExpressEdition() const { return this->ExpressEdition; } - protected: void AddExtraIDETargets() override; @@ -76,6 +73,5 @@ protected: std::string Name; std::string WindowsCEVersion; - bool ExpressEdition; }; #endif -- cgit v1.2.1