diff options
Diffstat (limited to 'Source/cmCMakePolicyCommand.cxx')
-rw-r--r-- | Source/cmCMakePolicyCommand.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCMakePolicyCommand.cxx b/Source/cmCMakePolicyCommand.cxx index 3ef6d35..9132aec 100644 --- a/Source/cmCMakePolicyCommand.cxx +++ b/Source/cmCMakePolicyCommand.cxx @@ -62,7 +62,6 @@ bool cmCMakePolicyCommand return false; } -//---------------------------------------------------------------------------- bool cmCMakePolicyCommand::HandleSetMode(std::vector<std::string> const& args) { if(args.size() != 3) @@ -112,7 +111,6 @@ bool cmCMakePolicyCommand::HandleSetMode(std::vector<std::string> const& args) return true; } -//---------------------------------------------------------------------------- bool cmCMakePolicyCommand::HandleGetMode(std::vector<std::string> const& args) { if(args.size() != 3) @@ -169,7 +167,6 @@ bool cmCMakePolicyCommand::HandleGetMode(std::vector<std::string> const& args) return true; } -//---------------------------------------------------------------------------- bool cmCMakePolicyCommand::HandleVersionMode(std::vector<std::string> const& args) { |