s3: Remove unused flush_negative_conn_cache()
authorVolker Lendecke <vl@samba.org>
Thu, 24 Dec 2009 12:50:39 +0000 (13:50 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 24 Dec 2009 14:24:35 +0000 (15:24 +0100)
source3/include/proto.h
source3/libsmb/conncache.c

index f303c70821d058bfdc69867aa5d967b32b808fa4..a68ec8bbec05377c5e6ff64aeb85ef6e767bc8d2 100644 (file)
@@ -3058,7 +3058,6 @@ NTSTATUS check_negative_conn_cache_timeout( const char *domain, const char *serv
 NTSTATUS check_negative_conn_cache( const char *domain, const char *server);
 void add_failed_connection_entry(const char *domain, const char *server, NTSTATUS result) ;
 void delete_negative_conn_cache(const char *domain, const char *server);
-void flush_negative_conn_cache( void );
 void flush_negative_conn_cache_for_domain(const char *domain);
 
 /* The following definitions come from ../librpc/rpc/dcerpc_error.c  */
index c4c53d068100942e6def75ed67ce607a16e12842..1ec303f1840c9365d33925b44937c4273d1fa1af 100644 (file)
@@ -221,15 +221,6 @@ void add_failed_connection_entry(const char *domain, const char *server,
        return;
 }
 
-/**
- * Deletes all records from the negative connection cache in all domains
- */
-void flush_negative_conn_cache( void )
-{
-       flush_negative_conn_cache_for_domain("*");
-}
-
-
 /**
  * Deletes all records for a specified domain from the negative connection
  * cache