# HG changeset patch # User Sebastien Decugis # Date 1278560071 -32400 # Node ID 9dc01eac6c5a4f452f9ecdbacd813b3809bdc6bd # Parent e93428e7ab3171b185195a581d2567558a2af94a Fix compilation warning diff -r e93428e7ab31 -r 9dc01eac6c5a libfreeDiameter/fifo.c --- 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);