Revert "Workaround 17506 by excluding treemap.d (#459)"

This reverts commit 80b831adda.
The workaround is no longer necessary as the problematic
feature has been reverted from dmd-nightly.
This commit is contained in:
ZombineDev 2017-06-18 22:25:32 +03:00
parent db46595870
commit 778411c12b
1 changed files with 1 additions and 3 deletions

View File

@ -5,10 +5,8 @@ DMD := $(DC)
GDC := gdc
LDC := ldc2
OBJ_DIR := obj
# Exclusion of treemap is due to https://issues.dlang.org/show_bug.cgi?id=17506
# More details: https://github.com/dlang-community/D-Scanner/issues/461
SRC := \
$(shell find containers/src -name "*.d" -not -name 'treemap.d')\
$(shell find containers/src -name "*.d")\
$(shell find dsymbol/src -name "*.d")\
$(shell find inifiled/source/ -name "*.d")\
$(shell find libdparse/src/std/experimental/ -name "*.d")\