summaryrefslogtreecommitdiff
path: root/utils/sqz
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
commit6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch)
tree314123bcab78ff295f38f85f31dc141e5fe22d15 /utils/sqz
parent74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff)
20061220
Diffstat (limited to 'utils/sqz')
-rw-r--r--utils/sqz/sqz.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/sqz/sqz.c b/utils/sqz/sqz.c
index cf399e45..d5777a26 100644
--- a/utils/sqz/sqz.c
+++ b/utils/sqz/sqz.c
@@ -41,12 +41,10 @@ static Word* hash2[HSIZE];
static Sqhdr sqhdr;
static ulong chksum;
-static int aflag; /* all: both text (squeezed) and data (not) */
static int dflag; /* squeeze data, not text */
static int tflag; /* squeeze text, leave data as-is */
static int qflag = 1; /* enable powerpc option */
static int wflag; /* write output */
-static int zflag; /* use top==0 for data segment */
static int islittle; /* object code uses little-endian byte order */
static int debug;
static char* fname;