From 6e0f36608e66c3b9114053498282b30f44af20d1 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sun, 1 Mar 2026 15:39:56 +0000 Subject: [PATCH] Removed unneeded variables --- unzip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/unzip.c b/unzip.c index 8007b8c..8650ff2 100755 --- a/unzip.c +++ b/unzip.c @@ -92,8 +92,6 @@ static int make_directory (const char *path) { #elif defined (__WATCOMC__) # include -static char cwd[68] = { 0 }, *old_path = 0; - int make_directory (const char *path) { struct SREGS sr = { 0 }; -- 2.34.1