Skip to content

Commit

Permalink
win32/uwp: Remove getenv, which caused applications to fail store cer…
Browse files Browse the repository at this point in the history
…tification
  • Loading branch information
DHowett committed Jan 22, 2018
1 parent d813c8e commit 14bfb02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ void __objc_load_module(struct objc_module_abi_8 *module)
init_arc();
init_trampolines();
first_run = NO;
if (getenv("LIBOBJC_MEMORY_PROFILE"))
{
atexit(log_memory_stats);
}
if (dispatch_begin_thread_4GC != 0) {
dispatch_begin_thread_4GC = objc_registerThreadWithCollector;
}
Expand Down

0 comments on commit 14bfb02

Please sign in to comment.