Browse code

bb #2488

Török Edvin authored on 2011/05/08 00:27:43
Showing 1 changed files
... ...
@@ -270,19 +270,6 @@ int cl_init(unsigned int initoptions)
270 270
 	struct timeval tv;
271 271
 	unsigned int pid = (unsigned int) getpid();
272 272
 
273
-	const char *zlibver = zlibVersion();
274
-	int cmp = cli_bcapi_version_compare(NULL, zlibver, strlen(zlibver),
275
-					    ZLIB_VERSION, strlen(ZLIB_VERSION));
276
-	if (cmp) {
277
-	    cli_dbgmsg("zlib version at runtime: %s, compile time: %s\n",
278
-		       zlibver, ZLIB_VERSION);
279
-	}
280
-	if (cmp < 0) {
281
-	    cli_warnmsg("zlib version at runtime is older than compile time: %s < %s\n",
282
-			zlibver, ZLIB_VERSION);
283
-	    cli_infomsg(NULL, "Make sure zlib is built as shared library, and that the new zlib library is installed in the proper place\n");
284
-	}
285
-
286 273
     {
287 274
 	unrar_main_header_t x;
288 275
 	if (((char*)&x.flags - (char*)&x) != 3) {