From 0590a1e5dd339af716ed49f0e66f3281ec7a6d0e Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Thu, 8 Aug 2019 22:23:04 +0300 Subject: client_t.c: removal of dead code. Change-Id: Id9f5f448db305f3135a1fdca61b1d7ec898c63a4 updates: bz#1193929 Signed-off-by: Yaniv Kaul --- libglusterfs/src/glusterfs/client_t.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libglusterfs/src/glusterfs') diff --git a/libglusterfs/src/glusterfs/client_t.h b/libglusterfs/src/glusterfs/client_t.h index 6bc03271eed..a2c508e1d5c 100644 --- a/libglusterfs/src/glusterfs/client_t.h +++ b/libglusterfs/src/glusterfs/client_t.h @@ -95,9 +95,6 @@ gf_client_put(client_t *client, gf_boolean_t *detached); clienttable_t * gf_clienttable_alloc(void); -void -gf_client_clienttable_destroy(clienttable_t *clienttable); - client_t * gf_client_ref(client_t *client); -- cgit