From: wessels <> Date: Tue, 6 Jul 1999 03:27:07 +0000 (+0000) Subject: strange line X-Git-Tag: SQUID_3_0_PRE1~2129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03ba52dfde61eb0c8a289578cc7bca232ebb8e98;p=thirdparty%2Fsquid.git strange line --- diff --git a/lib/heap.c b/lib/heap.c index 006d5e3ce7..b1dd42797f 100644 --- a/lib/heap.c +++ b/lib/heap.c @@ -1,6 +1,6 @@ /* - * $Id: heap.c,v 1.2 1999/06/30 06:31:18 wessels Exp $ + * $Id: heap.c,v 1.3 1999/07/05 21:27:07 wessels Exp $ * * AUTHOR: John Dilley, Hewlett Packard * @@ -452,7 +452,6 @@ _heap_grow(heap * hp) hp->nodes = newNodes; #endif hp->size = newSize; - u }