diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx index 0d357ad230..b1fba8fe14 100644 --- a/Source/cmGlobalVisualStudio8Generator.cxx +++ b/Source/cmGlobalVisualStudio8Generator.cxx @@ -225,11 +225,6 @@ std::string cmGlobalVisualStudio8Generator::GetGenerateStampList() return "generate.stamp.list"; } -void cmGlobalVisualStudio8Generator::Configure() -{ - this->cmGlobalVisualStudio7Generator::Configure(); -} - bool cmGlobalVisualStudio8Generator::UseFolderProperty() const { // NOLINTNEXTLINE(bugprone-parent-virtual-call) diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index cb0ea760b5..931de40089 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -40,12 +40,6 @@ public: cm::optional const& GetTargetFrameworkIdentifier() const; cm::optional const& GetTargetFrameworkTargetsVersion() const; - /** - * Override Configure and Generate to add the build-system check - * target. - */ - void Configure() override; - /** Return true if the target project file should have the option LinkLibraryDependencies and link to .sln dependencies. */ bool NeedLinkLibraryDependencies(cmGeneratorTarget* target) override;