From 8ac68ecab5734d5c5f3638397e5a9e6084fe7737 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 27 Dec 2022 22:42:06 +0100 Subject: sh: minor usability / aesthetic improvements --- src/user/app/shell/shell.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/user/app/shell/shell.h') diff --git a/src/user/app/shell/shell.h b/src/user/app/shell/shell.h index a8f0012..050e704 100644 --- a/src/user/app/shell/shell.h +++ b/src/user/app/shell/shell.h @@ -2,8 +2,6 @@ #include #include -#define eprintf(fmt, ...) fprintf(stderr, "sh: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) - struct redir { const char *stdout; bool append; -- cgit v1.2.3