diff --git a/dsymbol b/dsymbol index 4a2b410..9039008 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 4a2b4109a7ffa15a8ada6c0ea06031409781257e +Subproject commit 9039008687235868b9ffdf75c5dfdcee364712d4 diff --git a/makefile b/makefile index d76cf36..93249a6 100644 --- a/makefile +++ b/makefile @@ -67,7 +67,6 @@ SERVER_SRC := \ libdparse/src/std/d/formatter.d\ libdparse/src/std/lexer.d\ $(shell find containers/experimental_allocator/src/std/experimental/allocator/ -name "*.d")\ - containers/src/memory/allocators.d\ containers/src/containers/dynamicarray.d\ containers/src/containers/ttree.d\ containers/src/containers/unrolledlist.d\ diff --git a/src/server/autocomplete.d b/src/server/autocomplete.d index 4dd2db6..aefd84e 100644 --- a/src/server/autocomplete.d +++ b/src/server/autocomplete.d @@ -44,8 +44,6 @@ import dsymbol.scope_; import dsymbol.builtin.names; import dsymbol.builtin.symbols; -import memory.allocators; - import common.constants; import common.messages;