summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-08 14:38:36 (GMT)
committerBrad King <brad.king@kitware.com>2009-12-08 14:38:36 (GMT)
commit1d91bc64aa824c58ddcffeae4efb14d89a89c493 (patch)
tree773e2247ff84d25396a8b6c13a725e8d6ec890e1 /Source/cmake.h
parentf1d4f951d625c0168c445eb6512463dcc2f4a0cf (diff)
downloadCMake-1d91bc64aa824c58ddcffeae4efb14d89a89c493.zip
CMake-1d91bc64aa824c58ddcffeae4efb14d89a89c493.tar.gz
CMake-1d91bc64aa824c58ddcffeae4efb14d89a89c493.tar.bz2
Remove unused DumpDocumentation code
The DumpDocumentation executable and some supporting code and tests were completely unused by CMake. Generation of documentation is done by the individual executables with --help* options. In this commit we simply remove the unused code, executable, and test.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 37e38b7..8312795 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -123,12 +123,6 @@ class cmake
//@}
/**
- * Dump documentation to a file. If 0 is returned, the
- * operation failed.
- */
- int DumpDocumentationToFile(std::ostream&);
-
- /**
* Handle a command line invocation of cmake.
*/
int Run(const std::vector<std::string>&args)