X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fparse-scm.cc;h=d1dad300e37a0b61169010bf17343f5b687bb7de;hb=6e4bfaef2385236187ff3f3fc42501c439e7b5b4;hp=087d2e5951e09940c5aa9fecd947c0111ed6911e;hpb=a7aa39d18a9b432e0df3a419fc65887c00b749d5;p=lilypond.git diff --git a/lily/parse-scm.cc b/lily/parse-scm.cc index 087d2e5951..d1dad300e3 100644 --- a/lily/parse-scm.cc +++ b/lily/parse-scm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #include "parse-scm.hh" @@ -38,9 +38,6 @@ internal_ly_parse_scm (Parse_start *ps) SCM answer = SCM_UNSPECIFIED; SCM form = scm_read (port); - /* Reset read_buf for scm_ftell. - Shouldn't scm_read () do this for us? */ - scm_fill_input (port); SCM to = scm_ftell (port); ps->nchars = scm_to_int (to) - scm_to_int (from);