summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-20 12:47:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-20 12:47:26 (GMT)
commit24b04b51341c0575d9492d9d09a405112317e2cf (patch)
tree90138e9efbf6d0cd70ee253628f193112c9c06cd /Source/cmGlobalVisualStudio8Generator.h
parent6c7460bc48be10a774f54271340711bcfdef8fb5 (diff)
parentc94f1bcf92bf5de100a1513cf1dd7f4eaf0122d4 (diff)
downloadCMake-24b04b51341c0575d9492d9d09a405112317e2cf.zip
CMake-24b04b51341c0575d9492d9d09a405112317e2cf.tar.gz
CMake-24b04b51341c0575d9492d9d09a405112317e2cf.tar.bz2
Merge topic 'remove-vs7.1-generator'
c94f1bcf Drop Visual Studio 7 .NET 2003 generator a4452fd8 cmGlobalVisualStudioGenerator: Drop VS7 enumeration value 6e66fe5f cmGlobalVisualStudio8Generator: Drop unused GetDocumentation method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !723
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 03fa077..4723b83 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -20,9 +20,6 @@ public:
///! Get the name for the generator.
virtual std::string GetName() const { return this->Name; }
- /** Get the documentation entry for this generator. */
- static void GetDocumentation(cmDocumentationEntry& entry);
-
/** Get the name of the main stamp list file. */
static std::string GetGenerateStampList();