From 4231c40973c60999f5ef759db450d25e129ef6ba Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 20 Jan 2017 11:11:46 -0500 Subject: core: remove experimental xlators and associated tests experimental xlators not included in 3.10 Change-Id: I547480ee5e7912664784643e436feb198b6d16d0 BUG: 1415866 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/16447 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee Reviewed-by: Shyamsundar Ranganathan --- xlators/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'xlators/Makefile.am') diff --git a/xlators/Makefile.am b/xlators/Makefile.am index ea1be844ef4..2b66201035d 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,9 +1,5 @@ -if ENABLE_EXPERIMENTAL - EXPERIMENTAL = experimental -endif - SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ - playground meta $(EXPERIMENTAL) + playground meta EXTRA_DIST = xlator.sym -- cgit