From 98a672f5046620f5fc751ea803e0dfa0bf4e18d3 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Thu, 29 Nov 2018 22:27:59 +0200 Subject: Multiple xlator .h files: remove unused private gf_* memory types. It seems there were quite a few unused enums (that in turn cause unndeeded memory allocation) in some xlators. I've removed them, hopefully not causing any damage. Compile-tested only! updates: bz#1193929 Signed-off-by: Yaniv Kaul Change-Id: I8252bd763dc1506e2d922496d896cd2fc0886ea7 --- xlators/cluster/dht/src/dht-mem-types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/dht/src') diff --git a/xlators/cluster/dht/src/dht-mem-types.h b/xlators/cluster/dht/src/dht-mem-types.h index 5b728f86c95..c4430741ff7 100644 --- a/xlators/cluster/dht/src/dht-mem-types.h +++ b/xlators/cluster/dht/src/dht-mem-types.h @@ -20,15 +20,12 @@ enum gf_dht_mem_types_ { gf_dht_mt_int32_t, gf_dht_mt_xlator_t, gf_dht_mt_dht_layout_t, - gf_switch_mt_dht_conf_t, - gf_switch_mt_dht_du_t, gf_switch_mt_switch_sched_array, gf_switch_mt_switch_struct, gf_dht_mt_subvol_time, gf_dht_mt_loc_t, gf_defrag_info_mt, gf_dht_mt_inode_ctx_t, - gf_dht_mt_ctx_stat_time_t, gf_dht_mt_dirent_t, gf_dht_mt_container_t, gf_dht_mt_octx_t, -- cgit