From 2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Thu, 5 Aug 2010 14:15:03 -0400 Subject: move jkstack to main.c replace jstack with asm()s --- sh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sh.c') diff --git a/sh.c b/sh.c index e8d65f0..16e325b 100644 --- a/sh.c +++ b/sh.c @@ -420,7 +420,6 @@ parseexec(char **ps, char *es) int tok, argc; struct execcmd *cmd; struct cmd *ret; - int *x = (int *) peek; if(peek(ps, es, "(")) return parseblock(ps, es); -- cgit v1.2.3