From 163cc8bbdd20fceaa6958a071e3d15f53b224864 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Jan 2019 11:51:12 -0500 Subject: VS: Convert WriteSLNHeader to non-virtual lookup table --- Source/cmGlobalVisualStudio9Generator.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/cmGlobalVisualStudio9Generator.h') diff --git a/Source/cmGlobalVisualStudio9Generator.h b/Source/cmGlobalVisualStudio9Generator.h index 5b50f771ef..e537a3da9c 100644 --- a/Source/cmGlobalVisualStudio9Generator.h +++ b/Source/cmGlobalVisualStudio9Generator.h @@ -17,12 +17,6 @@ public: const std::string& platformName); static cmGlobalGeneratorFactory* NewFactory(); - /** - * Try to determine system information such as shared library - * extension, pthreads, byte order etc. - */ - void WriteSLNHeader(std::ostream& fout) override; - /** * Where does this version of Visual Studio look for macros for the * current user? Returns the empty string if this version of Visual -- cgit v1.2.1