diff options
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r-- | winsup/cygwin/shared.cc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index 9f1f27cd9..4510d02ab 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -343,17 +343,8 @@ shared_info::initialize () } void -memory_init (bool init_cygheap) +memory_init () { - /* Initialize the Cygwin heap, if necessary */ - if (init_cygheap) - { - cygheap_init (); - cygheap->user.init (); - cygheap->init_installation_root (); /* Requires user.init! */ - cygheap->pg.init (); - } - shared_info::create (); /* Initialize global shared memory */ user_info::create (false); /* Initialize per-user shared memory */ /* Initialize tty list session stuff. Doesn't really belong here but |