diff options
Diffstat (limited to 'src/common/container.c')
-rw-r--r-- | src/common/container.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/container.c b/src/common/container.c index 7208d36803..bc61226cb5 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -268,7 +268,6 @@ smartlist_subtract(smartlist_t *sl1, const smartlist_t *sl2) /** Remove the <b>idx</b>th element of sl; if idx is not the last * element, swap the last element of sl into the <b>idx</b>th space. - * Return the old value of the <b>idx</b>th element. */ void smartlist_del(smartlist_t *sl, int idx) |