summaryrefslogtreecommitdiff
path: root/src/coreclr
diff options
context:
space:
mode:
authorNext Turn <45985406+NextTurn@users.noreply.github.com>2019-04-10 12:18:24 +0800
committerJan Kotas <jkotas@microsoft.com>2019-04-09 21:18:24 -0700
commit448e39d3a060a41783df583c383f1b4a9fd3a185 (patch)
tree28b97e7e4282e224a70a82afb2aca8188fb9dd4f /src/coreclr
parent0d427ca705cb7a23aa5d4902b5e19f679c7b322e (diff)
downloadcoreclr-448e39d3a060a41783df583c383f1b4a9fd3a185.tar.gz
coreclr-448e39d3a060a41783df583c383f1b4a9fd3a185.tar.bz2
coreclr-448e39d3a060a41783df583c383f1b4a9fd3a185.zip
Remove dlclose call to unload CoreCLR (#23863)
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp b/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
index 1a6bf118c4..fb155f69bb 100644
--- a/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
+++ b/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
@@ -466,11 +466,6 @@ int ExecuteManagedAssembly(
}
}
}
-
- if (dlclose(coreclrLib) != 0)
- {
- fprintf(stderr, "Warning - dlclose failed\n");
- }
}
else
{