From d6aeeb71f23ee1bebeb6ce489958d6d0a1599f2f Mon Sep 17 00:00:00 2001 From: David Rientjes Date: Wed, 26 Aug 2009 14:29:20 -0700 Subject: [PATCH] --- yaml --- r: 157104 b: refs/heads/master c: 105b6e8a74cac11cdf70903877593c7f202075cc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/flex_array.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 572870c7cf13..737f25444dcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a30b595d2ca6d39e784a1bed5f2b35f3d7a03af7 +refs/heads/master: 105b6e8a74cac11cdf70903877593c7f202075cc diff --git a/trunk/lib/flex_array.c b/trunk/lib/flex_array.c index e73c691aec36..cf4e372cae90 100644 --- a/trunk/lib/flex_array.c +++ b/trunk/lib/flex_array.c @@ -122,9 +122,6 @@ static int fa_element_to_part_nr(struct flex_array *fa, int element_nr) /** * flex_array_free_parts - just free the second-level pages - * @src: address of data to copy into the array - * @element_nr: index of the position in which to insert - * the new element. * * This is to be used in cases where the base 'struct flex_array' * has been statically allocated and should not be free.