From: Alan T. DeKok Date: Wed, 17 Jun 2015 19:50:15 +0000 (-0400) Subject: Remove old note X-Git-Tag: release_3_0_9~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be04b827fbf01511ed5226a67736dd4a89d68a36;p=thirdparty%2Ffreeradius-server.git Remove old note --- diff --git a/src/lib/cursor.c b/src/lib/cursor.c index d890bdc65d4..42ebfab50af 100644 --- a/src/lib/cursor.c +++ b/src/lib/cursor.c @@ -52,8 +52,6 @@ inline static VALUE_PAIR *fr_cursor_update(vp_cursor_t *cursor, VALUE_PAIR *vp) } /** Setup a cursor to iterate over attribute pairs - * - * @note Don't call directly, use the fr_cursor_init macro instead. * * @addtogroup module_safe *