mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Removed unnecessary TODO items from the source code.
This commit is contained in:
parent
fd8f63dec6
commit
1a580b1967
3 changed files with 1 additions and 5 deletions
|
@ -243,7 +243,6 @@ bool TDB::addT (const T& t) const
|
|||
std::vector <std::string> tags;
|
||||
task.getTags (tags);
|
||||
|
||||
// TODO This logic smells funny.
|
||||
// +tag or -tag are both considered valid tags to add to a new pending task.
|
||||
// Generating an error here would not be friendly.
|
||||
for (unsigned int i = 0; i < tags.size (); ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue