Code Cleanup
- Remove an unused parameter.
This commit is contained in:
committed by
Paul Beckingham
parent
ed8be2e2f2
commit
6a4fd6b133
@@ -443,7 +443,7 @@ void Task::parse (const std::string& input)
|
|||||||
throw std::string (STRING_RECORD_NOT_FF4);
|
throw std::string (STRING_RECORD_NOT_FF4);
|
||||||
}
|
}
|
||||||
|
|
||||||
catch (std::string& e)
|
catch (const std::string&)
|
||||||
{
|
{
|
||||||
legacyParse (copy);
|
legacyParse (copy);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user