From a8afd46a8256b334685cab3e36cb640e8cfa899f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 13 Feb 2020 12:13:42 -0500 Subject: [PATCH] e_main: Remove unused variables --- src/bin/e_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 78e04e7cb..cf37231c9 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1149,8 +1149,6 @@ static void _e_main_shutdown(int errcode) { int i = 0; - char buf[PATH_MAX]; - const char *dir; printf("E: Begin Shutdown Procedure!\n");