Remove unused shell

This commit is contained in:
Jōshin 2024-01-07 01:20:41 -05:00
parent 9595dd140c
commit f55d67967f
No known key found for this signature in database

View file

@ -891,7 +891,7 @@ int main(int argc, char **argv, char **envp) {
struct ApeLoader *M; struct ApeLoader *M;
long *sp, *sp2, *auxv; long *sp, *sp2, *auxv;
union ElfEhdrBuf *ebuf; union ElfEhdrBuf *ebuf;
char *p, *pe, *exe, *prog, *execfn, *shell; char *p, *pe, *exe, *prog, *execfn;
/* allocate loader memory in program's arg block */ /* allocate loader memory in program's arg block */
n = sizeof(struct ApeLoader); n = sizeof(struct ApeLoader);