From 0227697bf42081db6db1a8257922edc2a36f85fc Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 30 Sep 2009 20:34:35 +0200 Subject: s4:dsdb/common/sidmap - Remove As metze pointed out - this seems to be completely dead code. I too didn't find any dependencies in other code parts. Therefore remove it. --- source4/dsdb/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/dsdb/config.mk') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 4150ba0d54..eec4f95c9e 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -25,7 +25,6 @@ $(eval $(call proto_header_template,$(dsdbsrcdir)/samdb/samdb_proto.h,$(SAMDB_OB PRIVATE_DEPENDENCIES = LIBLDB SAMDB_COMMON_OBJ_FILES = $(addprefix $(dsdbsrcdir)/common/, \ - sidmap.o \ util.o) \ ../libds/common/flag_mapping.o $(eval $(call proto_header_template,$(dsdbsrcdir)/common/proto.h,$(SAMDB_COMMON_OBJ_FILES:.o=.c))) -- cgit