* fixes
[citadel.git] / webcit / siteconfig.c
index 25e8ae034235c5afbb39b4d7581cba35bb892b4d..bdcaf0530c1828dcd315d7dd6674a1e14f95e7d0 100644 (file)
@@ -20,8 +20,7 @@ void LoadZoneFiles(void)
        long len;
        char this_zone[128];
        char *ZName;
-       HashPos  *it;
-
+       
        ZoneHash = NewHash(1, NULL);
        len = sizeof("UTC") + 1;
        ZName = malloc(len + 1);