]> code.delx.au - gnu-emacs/blobdiff - src/decompress.c
rmailsum.el minor optional argument fix
[gnu-emacs] / src / decompress.c
index f86aa6facbfcdf2b50b36c9b78d267733e8b1b65..b14f0a2cd79f75f7c976d6ddc6de6586ae4bc548 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface to zlib.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -28,8 +28,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <verify.h>
 
-static Lisp_Object Qzlib_dll;
-
 #ifdef WINDOWSNT
 # include <windows.h>
 # include "w32.h"