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

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