Skip to content

Commit 528cae2

Browse files
committed
Remove experimental allocator backport
1 parent d3ce885 commit 528cae2

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "experimental_allocator"]
2-
path = experimental_allocator
3-
url = https://github.com/Hackerpilot/experimental_allocator.git

dub.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "emsi_containers",
3-
"description": "Containers that do not use the GC",
3+
"description": "Containers that use Phobos' experimental allocators",
44
"homepage": "https://github.com/economicmodeling/containers",
55
"license": "BSL-1.0",
66
"authors": [
77
"EMSI"
88
],
9-
"dependencies": {
10-
"experimental_allocator": "~>2.70.0-b1"
11-
}
129
}

experimental_allocator

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ looptest: looptest.d
3333
../src/memory/allocators.d \
3434
../src/containers/ttree.d \
3535
../src/containers/internal/node.d \
36-
../experimental_allocator/src/std/experimental/allocator/package.d \
37-
../experimental_allocator/src/std/experimental/allocator/common.d \
38-
../experimental_allocator/src/std/experimental/allocator/gc_allocator.d \
39-
../experimental_allocator/src/std/experimental/allocator/mallocator.d \
40-
../experimental_allocator/src/std/experimental/allocator/typed.d \
4136
-I../src/ \
42-
-I../experimental_allocator/src/ \
4337

4438
clean:
4539
rm -f tests

0 commit comments

Comments
 (0)