Remove unused temp.
authormike <mike>
Mon, 19 Nov 2007 12:57:16 +0000 (12:57 +0000)
committermike <mike>
Mon, 19 Nov 2007 12:57:16 +0000 (12:57 +0000)
#include <yaz/yaz-version.h>

ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 4d80dba..f3b576c 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,4 +1,4 @@
-/* $Id: ZOOM.xs,v 1.49 2007-10-29 12:06:57 mike Exp $ */
+/* $Id: ZOOM.xs,v 1.50 2007-11-19 12:57:16 mike Exp $ */
 
 #include "EXTERN.h"
 #include "perl.h"
@@ -8,6 +8,7 @@
 #include <yaz/diagsrw.h>
 #include <yaz/xmalloc.h>
 #include <yaz/log.h>
+#include <yaz/yaz-version.h>
 
 /* Used by the *_setl() functions */
 typedef char opaquechar;
@@ -563,7 +564,6 @@ ZOOM_event(conns)
        INIT:
                SV *realconns;
                I32 n, i;
-               int res;
                ZOOM_connection *cs;
        CODE:
                /*printf("* in ZOOM_event(%p)\n", conns);*/