From 9d0a69187fe085c45b99d8f63febbab0206437c3 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 17 Oct 2019 12:39:02 +0530 Subject: libglusterfs: remove unused gfdb specific files from repo Updates: bz#1193929 Change-Id: Idb98394c51917e9b132aeb32facccd112effe672 Signed-off-by: Amar Tumballi --- libglusterfs/src/glusterfs/mem-types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libglusterfs/src/glusterfs') diff --git a/libglusterfs/src/glusterfs/mem-types.h b/libglusterfs/src/glusterfs/mem-types.h index 832f68c968e..36cf7820ad5 100644 --- a/libglusterfs/src/glusterfs/mem-types.h +++ b/libglusterfs/src/glusterfs/mem-types.h @@ -101,11 +101,6 @@ enum gf_common_mem_types_ { gf_common_mt_dnscache_entry, /* used only in one location */ gf_common_mt_parser_t, /* used only in one location */ gf_common_quota_meta_t, - /*related to gfdb library*/ - gf_mt_gfdb_link_info_t, /* used only in one location */ - gf_mt_sql_connection_t, /* used only in one location */ - gf_mt_db_conn_node_t, /* used only in one location */ - /*related to gfdb library*/ gf_common_mt_rbuf_t, /* used only in one location */ gf_common_mt_rlist_t, /* used only in one location */ gf_common_mt_rvec_t, /* used only in one location */ -- cgit