diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/connection.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c index 3b72a9505a..34903bbc27 100644 --- a/source3/smbd/connection.c +++ b/source3/smbd/connection.c @@ -118,15 +118,6 @@ int count_current_connections( const char *sharename, bool clear ) } /**************************************************************************** - Count the number of connections open across all shares. -****************************************************************************/ - -int count_all_current_connections(void) -{ - return count_current_connections(NULL, True /* clear stale entries */); -} - -/**************************************************************************** Claim an entry in the connections database. ****************************************************************************/ |