From: Hyungju Lee Date: Wed, 5 Jul 2023 23:55:35 +0000 (+0900) Subject: Remove deadcode X-Git-Tag: accepted/tizen/unified/20230710.154005~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=ba1635c0d92fd276da1d8bc43fecf4e963020448;p=platform%2Fcore%2Fdotnet%2Flauncher.git Remove deadcode --- diff --git a/NativeLauncher/launcher/lib/core_runtime.cc b/NativeLauncher/launcher/lib/core_runtime.cc index f8c685b..6f4ab5a 100644 --- a/NativeLauncher/launcher/lib/core_runtime.cc +++ b/NativeLauncher/launcher/lib/core_runtime.cc @@ -401,8 +401,6 @@ int CoreRuntime::initialize(const char* appType, LaunchMode launchMode) __pm->setExtraDllPaths(pluginExtraDllPaths); } - pluginHasLogControl(); - std::string libCoreclr(concatPath(__pm->getRuntimePath(), "libcoreclr.so")); __coreclrLib = dlopen(libCoreclr.c_str(), RTLD_NOW | RTLD_LOCAL);