tools/nolibc: drop unused variables

Nobody needs it, get rid of it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
This commit is contained in:
Thomas Weißschuh 2023-08-03 09:28:45 +02:00 committed by Willy Tarreau
parent 5c01259b12
commit f2f5eaefa1
1 changed files with 0 additions and 1 deletions

View File

@ -738,7 +738,6 @@ static __attribute__((unused))
int open(const char *path, int flags, ...)
{
mode_t mode = 0;
int ret;
if (flags & O_CREAT) {
va_list args;