summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 16:51:12 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 12:52:51 (GMT)
commit163cc8bbdd20fceaa6958a071e3d15f53b224864 (patch)
tree2c925c3df0b20c073d0c529fd31477c572bd7f1f /Source/cmGlobalVisualStudio71Generator.h
parent6d99406e698a3d1b0b69b0fc0f6e09e93fc4ed79 (diff)
downloadCMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.zip
CMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.tar.gz
CMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.tar.bz2
VS: Convert WriteSLNHeader to non-virtual lookup table
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h
index b634b95..85755af 100644
--- a/Source/cmGlobalVisualStudio71Generator.h
+++ b/Source/cmGlobalVisualStudio71Generator.h
@@ -34,7 +34,6 @@ protected:
void WriteExternalProject(std::ostream& fout, const std::string& name,
const char* path, const char* typeGuid,
const std::set<BT<std::string>>& depends) override;
- void WriteSLNHeader(std::ostream& fout) override;
// Folders are not supported by VS 7.1.
bool UseFolderProperty() const override { return false; }