Code Cleanup

- Remove an unused parameter.
This commit is contained in:
Scott Kostyshak
2012-09-05 03:48:34 -04:00
committed by Paul Beckingham
parent ed8be2e2f2
commit 6a4fd6b133

View File

@@ -443,7 +443,7 @@ void Task::parse (const std::string& input)
throw std::string (STRING_RECORD_NOT_FF4);
}
catch (std::string& e)
catch (const std::string&)
{
legacyParse (copy);
}