Removed unneeded variables
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:39:56 +0000 (15:39 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:39:56 +0000 (15:39 +0000)
unzip.c

diff --git a/unzip.c b/unzip.c
index 8007b8c3cafcbbb6db148e2a23282b5a81dc0019..8650ff2132c5cb10a30d6b6c8350816537346144 100755 (executable)
--- a/unzip.c
+++ b/unzip.c
@@ -92,8 +92,6 @@ static int make_directory (const char *path) {
 #elif   defined (__WATCOMC__)
 # include       <i86.h>
 
-static char cwd[68] = { 0 }, *old_path = 0;
-
 int make_directory (const char *path) {
 
     struct SREGS sr = { 0 };