aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/GzipOutputStream.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-11 21:46:13 +0200
committerMax Kellermann <max@duempel.org>2014-08-11 21:48:25 +0200
commit3a111e5d744f875cde11fe755d03d3df3519f8a2 (patch)
tree82507f0e23cb77145317222ec628dc5243af6846 /src/fs/io/GzipOutputStream.hxx
parentfc0c5e7359cff821468138a3f8ce49db52c80e57 (diff)
downloadmpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.tar.gz
mpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.tar.xz
mpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.zip
fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx
Diffstat (limited to 'src/fs/io/GzipOutputStream.hxx')
-rw-r--r--src/fs/io/GzipOutputStream.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/io/GzipOutputStream.hxx b/src/fs/io/GzipOutputStream.hxx
index 4f6d8b357..e23835de8 100644
--- a/src/fs/io/GzipOutputStream.hxx
+++ b/src/fs/io/GzipOutputStream.hxx
@@ -29,8 +29,6 @@
class Error;
class Domain;
-extern const Domain zlib_domain;
-
/**
* A filter that compresses data written to it using zlib, forwarding
* compressed data in the "gzip" format.