[PATCH 4/5] parse-xml.c: remove unused variables in divinglog_place()

Lubomir I. Ivanov neolit123 at gmail.com
Sun Feb 15 10:25:21 PST 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 parse-xml.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parse-xml.c b/parse-xml.c
index ecef235..1ac2b41 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -970,8 +970,7 @@ static const char *country, *city;
 
 static void divinglog_place(char *place, uint32_t *uuid)
 {
-	char buffer[1024], *p;
-	int len;
+	char buffer[1024];
 
 	snprintf(buffer, sizeof(buffer),
 		 "%s%s%s%s%s",
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list