diff libfdproto/messages.c @ 1084:6b7966ea27fb

Fix a few compilation issues
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 03 May 2013 15:33:57 +0800
parents 74bba7975864
children 7d7266115a34
line wrap: on
line diff
--- a/libfdproto/messages.c	Fri May 03 15:23:11 2013 +0800
+++ b/libfdproto/messages.c	Fri May 03 15:33:57 2013 +0800
@@ -720,9 +720,6 @@
 static int obj_dump_msg (struct msg * msg, int indent, char **outstr, size_t *offset, size_t *outlen )
 {
 	int ret = 0;
-	char buftime[256];
-	size_t tsoffset = 0;
-	struct tm tm;
 	
 	CHECK_FCT( dump_add_str(outstr, offset, outlen, "%*sMSG: %p|", INOBJHDRVAL, msg) );
 	
"Welcome to our mercurial repository"