mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Oops: no need to set the spare commit limit here.
Copied from Perforce Change: 185182 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
91427a8cfd
commit
43fc65b539
1 changed files with 0 additions and 1 deletions
|
|
@ -532,7 +532,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
die(mps_arena_create(&arena, mps_arena_class_vm(), testArenaSIZE),
|
||||
"mps_arena_create");
|
||||
mps_arena_spare_commit_limit_set(arena, 0);
|
||||
|
||||
mps_tramp(&r, &go, NULL, 0);
|
||||
mps_arena_destroy(arena);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue