1
Fork 0
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:
Gareth Rees 2014-04-02 16:02:09 +01:00
parent 91427a8cfd
commit 43fc65b539

View file

@ -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);