Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #254 from johnspurr/rm-setinputlinesep
Removed setting the input line separator
  • Loading branch information
jnthn committed Nov 15, 2015
2 parents 8ffafe6 + ae63fcd commit 8541494
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HLL/Compiler.nqp
Expand Up @@ -393,9 +393,6 @@ class HLL::Compiler does HLL::Backend::Default {
my $result := $source;
my $stderr := nqp::getstderr();
my $stdin := nqp::getstdin();
#?if moar
nqp::setinputlinesep($stdin, "\n");
#?endif
my $stagestats := %adverbs<stagestats>;
unless $from eq '' || self.exists_stage($from) {
nqp::die("Unknown compilation input '$from'");
Expand Down

0 comments on commit 8541494

Please sign in to comment.