]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove a duplicate function prototype
authorVolker Lendecke <vl@samba.org>
Sat, 10 Aug 2019 14:45:30 +0000 (16:45 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Aug 2019 23:14:38 +0000 (23:14 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
lib/util/idtree.h

index e7864a86968cda9dc6f6dab8cf60b77653fa0d1b..79d2d8cd2600f27f0b63ed06cdf77038623969d9 100644 (file)
@@ -50,11 +50,6 @@ int idr_get_new(struct idr_context *idp, void *ptr, int limit);
 */
 int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
 
-/**
-  allocate a new id randomly in the given range
-*/
-int idr_get_new_random(struct idr_context *idp, void *ptr, int limit);
-
 /**
   find a pointer value previously set with idr_get_new given an id
 */