Skip to content

Commit

Permalink
Remove experimental allocator backport
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Jul 27, 2016
1 parent d3ce885 commit 528cae2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "experimental_allocator"]
path = experimental_allocator
url = https://github.com/Hackerpilot/experimental_allocator.git
5 changes: 1 addition & 4 deletions dub.json
@@ -1,12 +1,9 @@
{
"name": "emsi_containers",
"description": "Containers that do not use the GC",
"description": "Containers that use Phobos' experimental allocators",
"homepage": "https://github.com/economicmodeling/containers",
"license": "BSL-1.0",
"authors": [
"EMSI"
],
"dependencies": {
"experimental_allocator": "~>2.70.0-b1"
}
}
1 change: 0 additions & 1 deletion experimental_allocator
Submodule experimental_allocator deleted from cd8196
6 changes: 0 additions & 6 deletions test/makefile
Expand Up @@ -33,13 +33,7 @@ looptest: looptest.d
../src/memory/allocators.d \
../src/containers/ttree.d \
../src/containers/internal/node.d \
../experimental_allocator/src/std/experimental/allocator/package.d \
../experimental_allocator/src/std/experimental/allocator/common.d \
../experimental_allocator/src/std/experimental/allocator/gc_allocator.d \
../experimental_allocator/src/std/experimental/allocator/mallocator.d \
../experimental_allocator/src/std/experimental/allocator/typed.d \
-I../src/ \
-I../experimental_allocator/src/ \

clean:
rm -f tests
Expand Down

0 comments on commit 528cae2

Please sign in to comment.