diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/io/GzipOutputStream.hxx | 2 |
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. |