50ish bytes of bzip2 code removed

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1203 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-27 03:35:12 +00:00
parent a0f26eb2c2
commit 5b792cc6a0
3 changed files with 33 additions and 35 deletions

View file

@ -91,13 +91,13 @@ typedef
struct {
char *next_in;
unsigned int avail_in;
unsigned int total_in_lo32;
unsigned int total_in_hi32;
// unsigned int total_in_lo32;
// unsigned int total_in_hi32;
char *next_out;
unsigned int avail_out;
unsigned int total_out_lo32;
unsigned int total_out_hi32;
// unsigned int total_out_lo32;
//unsigned int total_out_hi32;
void *state;