s3: Remove unused delete_negative_conn_cache()
[ira/wip.git] / source3 / include / proto.h
index a68ec8bbec05377c5e6ff64aeb85ef6e767bc8d2..f81ab916030261ac15818693aded0047bf845054 100644 (file)
@@ -3057,7 +3057,6 @@ NTSTATUS cli_trans(TALLOC_CTX *mem_ctx, struct cli_state *cli,
 NTSTATUS check_negative_conn_cache_timeout( const char *domain, const char *server, unsigned int failed_cache_timeout );
 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_for_domain(const char *domain);
 
 /* The following definitions come from ../librpc/rpc/dcerpc_error.c  */