From a907e468e724c32b9833ce59806fc215c7122d63 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Aug 2018 15:57:50 +0530 Subject: bd: remove from the build Based on the proposal to remove few features as they are not actively maintained [1], removed BD (block device) translator from the build. [1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html Updates: bz#1635688 Change-Id: Ia96db406c58a7aef355dde6bc33523bb2492b1a9 Signed-off-by: Amar Tumballi --- xlators/storage/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xlators/storage/Makefile.am') diff --git a/xlators/storage/Makefile.am b/xlators/storage/Makefile.am index c08e8e41bca..5e3ed0eb93b 100644 --- a/xlators/storage/Makefile.am +++ b/xlators/storage/Makefile.am @@ -1,7 +1,3 @@ SUBDIRS = posix -if ENABLE_BD_XLATOR -SUBDIRS += bd -endif - CLEANFILES = -- cgit