mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup: Removed useless comment
This commit is contained in:
parent
6dca686763
commit
396135e062
8 changed files with 0 additions and 8 deletions
|
@ -65,7 +65,6 @@ int CmdLengthen (
|
|||
if (id > static_cast <int> (tracked.size ()))
|
||||
throw format ("ID '@{1}' does not correspond to any tracking.", id);
|
||||
|
||||
// Note: It's okay to subtract a one-based number from a zero-based index.
|
||||
Interval i = tracked[tracked.size () - id];
|
||||
if (i.range.is_open ())
|
||||
throw format ("Cannot lengthen open interval @{1}", id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue