X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fparse-scm.cc;h=d1dad300e37a0b61169010bf17343f5b687bb7de;hb=5be4c57cff4ebd477b2b3d0899d6725794da77f0;hp=f55be9829d81635f017a5bddaefdc3aa1996ec16;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/parse-scm.cc b/lily/parse-scm.cc index f55be9829d..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--2008 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);