Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/corehost/cli/hostpolicy/deps_resolver.h')
-rw-r--r--src/installer/corehost/cli/hostpolicy/deps_resolver.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/installer/corehost/cli/hostpolicy/deps_resolver.h b/src/installer/corehost/cli/hostpolicy/deps_resolver.h
index f2b27d4620a..d61a78c3179 100644
--- a/src/installer/corehost/cli/hostpolicy/deps_resolver.h
+++ b/src/installer/corehost/cli/hostpolicy/deps_resolver.h
@@ -14,7 +14,6 @@
#include "deps_format.h"
#include "deps_entry.h"
#include "runtime_config.h"
-#include "bundle/runner.h"
// Probe paths to be resolved for ordering
struct probe_paths_t
@@ -186,17 +185,6 @@ public:
static const pal::string_t s_empty;
return s_empty;
}
- if (m_host_mode == host_mode_t::apphost)
- {
- if (bundle::info_t::is_single_file_bundle())
- {
- const bundle::runner_t* app = bundle::runner_t::app();
- if (app->is_netcoreapp3_compat_mode())
- {
- return app->extraction_path();
- }
- }
- }
return m_app_dir;
}