mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Cleanup: Removed useless comment
This commit is contained in:
parent
6dca686763
commit
396135e062
8 changed files with 0 additions and 8 deletions
|
@ -58,7 +58,6 @@ int CmdSplit (
|
|||
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 first = tracked[tracked.size () - id];
|
||||
Interval second = first;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue