From 56af3c7ffa2ffe5fed3f8560afe875c20e63175a Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 30 Jan 2019 07:21:50 -0800 Subject: [PATCH] Remove unused string buffer from re-added os_path_open(). --- src/curses/ux_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index f7ad952..19c72fc 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -592,7 +592,6 @@ int os_random_seed (void) FILE *os_path_open(const char *name, const char *mode) { FILE *fp; - char buf[FILENAME_MAX + 1]; char *p; /* Let's see if the file is in the currect directory */ -- 2.34.1