summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-09-30 20:34:35 +0200
committerAndrew Tridgell <tridge@samba.org>2009-10-02 14:22:49 +1000
commit0227697bf42081db6db1a8257922edc2a36f85fc (patch)
treea03bcd29b2eb8a8bc20c567fe0fd4e924c374c71 /source4/dsdb/config.mk
parentbf0855e8e3626027709f5060a57d1cb682aa365f (diff)
downloadsamba-0227697bf42081db6db1a8257922edc2a36f85fc.tar.gz
samba-0227697bf42081db6db1a8257922edc2a36f85fc.tar.bz2
samba-0227697bf42081db6db1a8257922edc2a36f85fc.zip
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.
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk1
1 files changed, 0 insertions, 1 deletions
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)))