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/fxr/corehost_init.cpp')
-rw-r--r--src/installer/corehost/cli/fxr/corehost_init.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/installer/corehost/cli/fxr/corehost_init.cpp b/src/installer/corehost/cli/fxr/corehost_init.cpp
index d8a5f249829..22a3921f8e9 100644
--- a/src/installer/corehost/cli/fxr/corehost_init.cpp
+++ b/src/installer/corehost/cli/fxr/corehost_init.cpp
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
#include "corehost_init.h"
-#include "bundle/info.h"
void make_cstr_arr(const std::vector<pal::string_t>& arr, std::vector<const pal::char_t*>* out)
{
@@ -133,8 +132,6 @@ const host_interface_t& corehost_init_t::get_host_init_data()
hi.host_info_dotnet_root = m_host_info_dotnet_root.c_str();
hi.host_info_app_path = m_host_info_app_path.c_str();
- hi.single_file_bundle_header_offset = bundle::info_t::is_single_file_bundle() ? bundle::info_t::the_app->header_offset() : 0;
-
return hi;
}