summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-05-05 18:12:56 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-05-10 15:53:20 +0200
commitaf8946df255aa49aba0b6871e391265dfb4255f5 (patch)
treeab0c8277dc86384f74ee5cdc660158faa4719e9b /source3/lib
parent3c96b18be32442af52842ace45db725cf3034ea0 (diff)
downloadsamba-af8946df255aa49aba0b6871e391265dfb4255f5.tar.gz
s3-lib: remove some dead prototypes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/id_cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/lib/id_cache.h b/source3/lib/id_cache.h
index 53731b55f5f..e77486efdab 100644
--- a/source3/lib/id_cache.h
+++ b/source3/lib/id_cache.h
@@ -38,9 +38,3 @@ void id_cache_delete_message(struct messaging_context *msg_ctx,
uint32_t msg_type,
struct server_id server_id,
DATA_BLOB* data);
-
-void id_cache_flush_message(struct messaging_context *msg_ctx,
- void* private_data,
- uint32_t msg_type,
- struct server_id server_id,
- DATA_BLOB* data);