From 7f26993e99cccf2d56958643b8eb369625f04726 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 28 Jun 2004 15:38:10 +0000 Subject: 20112 changed c.f. 20113: fix here string and here document expansion and quoting --- Src/parse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index 6bef195f8..0d0dc6c35 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1754,9 +1754,6 @@ par_redir(int *rp) if ((tokstr[0] == Inang || tokstr[0] == Outang) && tokstr[1] == Inpar) type = tokstr[0] == Inang ? REDIR_INPIPE : REDIR_OUTPIPE; break; - case REDIR_HERESTR: - remnulargs(name = dupstring(name)); - break; } yylex(); -- cgit 1.4.1