diff modules/ldap/eldap.c @ 3029:986cd22006a9

[xemacs-hg @ 2005-10-26 13:01:37 by stephent] Warning elimination and documentation improvements. <878xwgh1u7.fsf@tleepslib.sk.tsukuba.ac.jp> <87d5lsh1xa.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 26 Oct 2005 13:01:45 +0000
parents b7f26b2f78bd
children 3a87551bfeb5 3742ea8250b5
line wrap: on
line diff
--- a/modules/ldap/eldap.c	Tue Oct 25 21:51:23 2005 +0000
+++ b/modules/ldap/eldap.c	Wed Oct 26 13:01:45 2005 +0000
@@ -619,7 +619,6 @@
   int i, j;
   Elemcount len;
 
-  Lisp_Object current = Qnil;
   Lisp_Object values  = Qnil;
   struct gcpro gcpro1;
 
@@ -720,7 +719,7 @@
   Elemcount len;
 
   Lisp_Object values  = Qnil;
-  struct gcpro gcpro1, gcpro2;
+  struct gcpro gcpro1;
 
   /* Do all the parameter checking  */
   CHECK_LIVE_LDAP (ldap);