Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 30, 2018
1 parent eab76f4 commit c7eafec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CreateZip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ 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 dosflag; // Set to force MSDOS file attributes
struct zlist *nxt; // Pointer to next header in list
} TZipFileInfo;
Expand Down

0 comments on commit c7eafec

Please sign in to comment.