Cleanup: Removed useless comment

This commit is contained in:
Paul Beckingham 2016-07-24 14:34:34 -04:00
parent 6dca686763
commit 396135e062
8 changed files with 0 additions and 8 deletions

View file

@ -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;