X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fstaff.cc;h=1226fce46a76e085aee96241973c9483ce8902e1;hb=7c9b553acad88d5cd62461989f0f20652dc04dda;hp=a533c32f1afc0da0a3f5b7a9155432be7a8dda63;hpb=c4621aa165c30daf7f893148628d747ca2b7fd7e;p=lilypond.git diff --git a/lily/staff.cc b/lily/staff.cc index a533c32f1a..1226fce46a 100644 --- a/lily/staff.cc +++ b/lily/staff.cc @@ -60,9 +60,6 @@ Staff::OK() const iter_top(cols_, i); iter_top(cols_, j); i++; - for (; i.ok(); j++,i++) { - assert(j->when () < i->when() ); - } assert(score_l_); #endif }