Description: Remove unused variables sizelimit and timeout.
 Get rid of the last compiler warnings by removing unused variables.
Author: Petter Reinholdtsen <pere@hungry.com>
Last-Update: 2014-10-01

--- ldap2zone-0.2.orig/ldap2zone.c
+++ ldap2zone-0.2/ldap2zone.c
@@ -260,10 +260,9 @@ int main(int argc, char **argv) {
     struct berval **vals, **names, **ttlvals, **soavals;
     char type[64];
     BerElement *ptr;
-    int i, j, rc, msgid,msgidp,sizelimit = 0;
+    int i, j, rc, msgid,msgidp;
     struct assstack_entry *zone = NULL;
     LDAPControl **server = NULL, **client = NULL;
-    struct timeval  timeout;
 
     if (argc < 4 || argc > 5)
         usage(argv[0]);
