mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Ninja: remove some unused default arguments
This commit is contained in:
@@ -114,12 +114,12 @@ public:
|
||||
const std::string& name,
|
||||
const std::string& command,
|
||||
const std::string& description,
|
||||
const std::string& comment = "",
|
||||
const std::string& depfile = "",
|
||||
const std::string& rspfile = "",
|
||||
const std::string& rspcontent = "",
|
||||
bool restat = false,
|
||||
bool generator = false);
|
||||
const std::string& comment,
|
||||
const std::string& depfile,
|
||||
const std::string& rspfile,
|
||||
const std::string& rspcontent,
|
||||
bool restat,
|
||||
bool generator);
|
||||
|
||||
/**
|
||||
* Write a variable named @a name to @a os with value @a value and an
|
||||
@@ -232,7 +232,7 @@ public:
|
||||
void AddRule(const std::string& name,
|
||||
const std::string& command,
|
||||
const std::string& description,
|
||||
const std::string& comment = "",
|
||||
const std::string& comment,
|
||||
const std::string& depfile = "",
|
||||
const std::string& rspfile = "",
|
||||
const std::string& rspcontent = "",
|
||||
|
||||
Reference in New Issue
Block a user