Re: useless use of void context work-around
[p5sagit/p5-mst-13.2.git] / djgpp / djgpp.c
index 80a627e..4e390cf 100644 (file)
@@ -130,7 +130,6 @@ convretcode (pTHX_ int rc,char *prog,int fl)
 int
 do_aspawn (pTHX_ SV *really,SV **mark,SV **sp)
 {
-    dTHR;
     int  rc;
     char **a,*tmps,**argv; 
     STRLEN n_a;