-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove experimental allocator backport
- Loading branch information
1 parent
d3ce885
commit 528cae2
Showing
4 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "experimental_allocator"] | ||
path = experimental_allocator | ||
url = https://github.com/Hackerpilot/experimental_allocator.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
Submodule experimental_allocator
deleted from
cd8196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters