From 3a111e5d744f875cde11fe755d03d3df3519f8a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Aug 2014 21:46:13 +0200 Subject: fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx --- src/fs/io/GunzipReader.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fs/io/GunzipReader.hxx') diff --git a/src/fs/io/GunzipReader.hxx b/src/fs/io/GunzipReader.hxx index 689125a6a..34fc653fa 100644 --- a/src/fs/io/GunzipReader.hxx +++ b/src/fs/io/GunzipReader.hxx @@ -29,8 +29,6 @@ class Error; class Domain; -extern const Domain zlib_domain; - /** * A filter that decompresses data using zlib. */ -- cgit v1.2.3