summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-23 02:37:41 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-17 12:23:35 (GMT)
commit8ab0168cbca815454c70da37e41d3eec9d52c461 (patch)
tree0b15e604ae76eae2a79a93d2591e8f18da8793a1 /Source/cmDocumentation.h
parent049b017c5dfafa26f01dbde87f62d97994665f3c (diff)
downloadCMake-8ab0168cbca815454c70da37e41d3eec9d52c461.zip
CMake-8ab0168cbca815454c70da37e41d3eec9d52c461.tar.gz
CMake-8ab0168cbca815454c70da37e41d3eec9d52c461.tar.bz2
cmDocumentation.cxx: Use lambda function instead of macro
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index ab027d1..4055039 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -126,7 +126,6 @@ private:
bool PrintOldCustomModules(std::ostream& os);
const char* GetNameString() const;
- bool IsOption(const char* arg) const;
bool ShowGenerators;