mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Remove an unused parameter.
This commit is contained in:
parent
ed8be2e2f2
commit
6a4fd6b133
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue