X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fparse-scm.cc;h=d1dad300e37a0b61169010bf17343f5b687bb7de;hb=81abebcfecdb22d2e7b6b8e2a6d9f758aa45a13a;hp=f55be9829d81635f017a5bddaefdc3aa1996ec16;hpb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;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);