From d5c273919d129f884d5fb13e06ad73e01c7176e1 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 27 Aug 2012 15:07:08 +0200 Subject: s3:lib: remove unused function connections_traverse() Signed-off-by: Stefan Metzmacher Signed-off-by: Michael Adam --- source3/lib/conn_tdb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/lib/conn_tdb.h') diff --git a/source3/lib/conn_tdb.h b/source3/lib/conn_tdb.h index 9b63364d44..bf8add9931 100644 --- a/source3/lib/conn_tdb.h +++ b/source3/lib/conn_tdb.h @@ -51,9 +51,6 @@ struct db_record *connections_fetch_entry_ext(TALLOC_CTX *mem_ctx, struct server_id id, int cnum, const char *name); -int connections_traverse(int (*fn)(struct db_record *rec, - void *private_data), - void *private_data); int connections_forall(int (*fn)(struct db_record *rec, const struct connections_key *key, const struct connections_data *data, -- cgit