Remove deadcode
authorHyungju Lee <leee.lee@samsung.com>
Wed, 5 Jul 2023 23:55:35 +0000 (08:55 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Sun, 9 Jul 2023 22:46:55 +0000 (07:46 +0900)
NativeLauncher/launcher/lib/core_runtime.cc

index f8c685b..6f4ab5a 100644 (file)
@@ -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);