summaryrefslogtreecommitdiffstats
path: root/Source/cmConditionEvaluator.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2021-07-24 18:10:06 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2021-07-26 20:40:18 (GMT)
commit961df6cde60763dc77cafe6bf3a2704b52394a20 (patch)
tree6599c98d4f50521ac01e964cc6b36f9df611601c /Source/cmConditionEvaluator.h
parent0f65d0cd837c2c12f04e8e10cec6c49eade08f1d (diff)
downloadCMake-961df6cde60763dc77cafe6bf3a2704b52394a20.zip
CMake-961df6cde60763dc77cafe6bf3a2704b52394a20.tar.gz
CMake-961df6cde60763dc77cafe6bf3a2704b52394a20.tar.bz2
Refactor: Make `IncrementArguments()` the free function
Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
Diffstat (limited to 'Source/cmConditionEvaluator.h')
-rw-r--r--Source/cmConditionEvaluator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmConditionEvaluator.h b/Source/cmConditionEvaluator.h
index 5d48ee8..74652a0 100644
--- a/Source/cmConditionEvaluator.h
+++ b/Source/cmConditionEvaluator.h
@@ -51,10 +51,6 @@ private:
MessageType& status,
bool oneArg = false) const;
- void IncrementArguments(cmArgumentList& newArgs,
- cmArgumentList::iterator& argP1,
- cmArgumentList::iterator& argP2) const;
-
void HandlePredicate(bool value, bool& reducible,
cmArgumentList::iterator& arg, cmArgumentList& newArgs,
cmArgumentList::iterator& argP1,