From: Robert Pengelly Date: Sun, 1 Mar 2026 15:39:56 +0000 (+0000) Subject: Removed unneeded variables X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=6e0f36608e66c3b9114053498282b30f44af20d1;p=unzip.git Removed unneeded variables --- 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 };