changeset 399:9dc01eac6c5a

Fix compilation warning
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 12:34:31 +0900
parents e93428e7ab31
children bb8a4fa301b3
files libfreeDiameter/fifo.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libfreeDiameter/fifo.c	Thu Jul 08 12:34:21 2010 +0900
+++ b/libfreeDiameter/fifo.c	Thu Jul 08 12:34:31 2010 +0900
@@ -190,7 +190,6 @@
 /* Move the content of old into new, and update loc_update atomically. We leave the old queue empty but valid */
 int fd_fifo_move ( struct fifo * old, struct fifo * new, struct fifo ** loc_update )
 {
-	struct fifo * q;
 	int loops = 0;
 	
 	TRACE_ENTRY("%p %p %p", old, new, loc_update);
"Welcome to our mercurial repository"