Ninja: remove some unused default arguments

This commit is contained in:
Peter Kümmel 2012-07-10 10:37:31 +02:00
parent 7f647cf5eb
commit 8c1e35c195
1 changed files with 7 additions and 7 deletions

View File

@ -114,12 +114,12 @@ public:
const std::string& name, const std::string& name,
const std::string& command, const std::string& command,
const std::string& description, const std::string& description,
const std::string& comment = "", const std::string& comment,
const std::string& depfile = "", const std::string& depfile,
const std::string& rspfile = "", const std::string& rspfile,
const std::string& rspcontent = "", const std::string& rspcontent,
bool restat = false, bool restat,
bool generator = false); bool generator);
/** /**
* Write a variable named @a name to @a os with value @a value and an * 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, void AddRule(const std::string& name,
const std::string& command, const std::string& command,
const std::string& description, const std::string& description,
const std::string& comment = "", const std::string& comment,
const std::string& depfile = "", const std::string& depfile = "",
const std::string& rspfile = "", const std::string& rspfile = "",
const std::string& rspcontent = "", const std::string& rspcontent = "",