]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
Clean up buildscripts
[lilypond.git] / lily / parse-scm.cc
index f55be9829d81635f017a5bddaefdc3aa1996ec16..409ba889450387ee7da28a806a055e14f30217f8 100644 (file)
@@ -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);