projects
/
unzip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b017a
)
Removed unneeded variables
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:39:56 +0000
(15:39 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:39:56 +0000
(15:39 +0000)
unzip.c
patch
|
blob
|
history
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 };