summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2019-03-11 13:23:25 +0100
committerGitHub <noreply@github.com>2019-03-11 13:23:25 +0100
commit20ec8fa5448655309490106cf7ac72bf60b3485f (patch)
tree03a9f7ce34c89602cbe907e03e1a8bf8675f76d4 /src
parentc132634fa1215e8145e35164733da7485bacb262 (diff)
parent638b1c1eeaf49282dcb036376ae6e35a7b62aee3 (diff)
downloadcoreclr-20ec8fa5448655309490106cf7ac72bf60b3485f.tar.gz
coreclr-20ec8fa5448655309490106cf7ac72bf60b3485f.tar.bz2
coreclr-20ec8fa5448655309490106cf7ac72bf60b3485f.zip
Merge pull request #23099 from janvorli/remove-pal-cleanup
Remove init_count zeroing from PAL cleanup at process exit
Diffstat (limited to 'src')
-rw-r--r--src/pal/src/init/pal.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pal/src/init/pal.cpp b/src/pal/src/init/pal.cpp
index f6bbd6a82c..81504061d3 100644
--- a/src/pal/src/init/pal.cpp
+++ b/src/pal/src/init/pal.cpp
@@ -1042,9 +1042,6 @@ PALCommonCleanup()
PROCDumpThreadList();
#endif
}
-
- // Mark that the PAL is uninitialized
- init_count = 0;
}
BOOL PALIsShuttingDown()