Parser
- Removed diagnostics from override handling.
This commit is contained in:
@@ -480,8 +480,6 @@ void Parser::findCommand ()
|
|||||||
// rc.<name>[:=]<value>
|
// rc.<name>[:=]<value>
|
||||||
void Parser::findOverrides ()
|
void Parser::findOverrides ()
|
||||||
{
|
{
|
||||||
context.debug ("Parse::findOverrides");
|
|
||||||
|
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes);
|
collect (nodes);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
@@ -509,8 +507,6 @@ void Parser::findOverrides ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
context.debug (_tree->dump ());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
@@ -573,8 +569,6 @@ void Parser::getDataLocation (Path& data)
|
|||||||
// leaving only the plain args.
|
// leaving only the plain args.
|
||||||
void Parser::applyOverrides ()
|
void Parser::applyOverrides ()
|
||||||
{
|
{
|
||||||
context.debug ("Parser::applyOverrides");
|
|
||||||
|
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes, collectAll);
|
collect (nodes, collectAll);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
|
|||||||
Reference in New Issue
Block a user