summaryrefslogtreecommitdiff
path: root/epoc
diff options
context:
space:
mode:
Diffstat (limited to 'epoc')
-rw-r--r--epoc/epoc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epoc/epoc.c b/epoc/epoc.c
index a2691f3d38..b9bc652c22 100644
--- a/epoc/epoc.c
+++ b/epoc/epoc.c
@@ -101,7 +101,6 @@ do_aspawn( pTHX_ SV *really,SV **mark,SV **sp) {
int
do_spawn (pTHX_ SV *really,SV **mark,SV **sp)
{
- dTHR;
int rc;
char **a,*cmd,**ptr, *cmdline, **argv, *p2;
STRLEN n_a;