From: Artur Bergman Date: Mon, 10 Sep 2001 11:57:58 +0000 (+0000) Subject: Remove unused dTHX. Silenced another warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05510eb802d70f3163c4b792815897a675bed103;p=p5sagit%2Fp5-mst-13.2.git Remove unused dTHX. Silenced another warning. p4raw-id: //depot/perl@11973 --- diff --git a/perlio.c b/perlio.c index 549a187..cef9efe 100644 --- a/perlio.c +++ b/perlio.c @@ -407,7 +407,6 @@ PerlIO_list_free(PerlIO_list_t *list) void PerlIO_list_push(PerlIO_list_t *list,PerlIO_funcs *funcs,SV *arg) { - dTHX; PerlIO_pair_t *p; if (list->cur >= list->len) {