From 5c40aa59d7d0740b2cdb0201b8d0ea7c3f9f3882 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 26 Feb 2010 17:47:44 +0100 Subject: s3: Remove unused count_all_current_connections() --- source3/winbindd/winbindd_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index d3371b27fe..ae468436b6 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -44,7 +44,6 @@ void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid, bool yield_connection(connection_struct *conn, const char *name); int count_current_connections( const char *sharename, bool clear ); -int count_all_current_connections(void); bool claim_connection(connection_struct *conn, const char *name, uint32 msg_flags); bool register_message_flags(bool doreg, uint32 msg_flags); -- cgit