From 1433170ef4e88c4c433fd25df3864973e0e62a54 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 19 May 2013 16:02:04 +0000 Subject: removed gz_is_available flag (zlib is mandatory) --- src/htsmodules.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/htsmodules.c') diff --git a/src/htsmodules.c b/src/htsmodules.c index 338140a..c322d83 100644 --- a/src/htsmodules.c +++ b/src/htsmodules.c @@ -56,8 +56,6 @@ extern int fspc(httrackp * opt, FILE * fp, const char *type); /* >>> Put all modules variables here */ -int gz_is_available = 0; - #if 0 t_gzopen gzopen = NULL; t_gzread gzread = NULL; @@ -257,12 +255,9 @@ void htspe_init(void) { } #endif - /* Zlib is now statically linked */ - gz_is_available = 1; - /* Options availability */ sprintf(WHAT_is_available, "%s%s%s", V6_is_available ? "" : "-noV6", - gz_is_available ? "" : "-nozip", + "", #if HTS_USEOPENSSL "" #else -- cgit v1.2.3