VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/XZip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/XZip.cpp')
-rw-r--r--src/Common/XZip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/XZip.cpp b/src/Common/XZip.cpp
index 9ce6de5d..be6d27ef 100644
--- a/src/Common/XZip.cpp
+++ b/src/Common/XZip.cpp
@@ -686,7 +686,7 @@ typedef struct zlist {
char iname[MAX_PATH]; // Internal file name after cleanup
char zname[MAX_PATH]; // External version of internal name
int mark; // Marker for files to operate on
- int trash; // Marker for files to delete
+ // int trash; // Marker for files to delete
int dosflag; // Set to force MSDOS file attributes
struct zlist far *nxt; // Pointer to next header in list
} TZipFileInfo;