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/test/mockhostpolicy/mockhostpolicy.cpp')
-rw-r--r--src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp b/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp
index 2130fe7b2f9..4a0567f3f35 100644
--- a/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp
+++ b/src/installer/corehost/cli/test/mockhostpolicy/mockhostpolicy.cpp
@@ -66,7 +66,6 @@ SHARED_API int HOSTPOLICY_CALLTYPE corehost_load(host_interface_t* init)
std::cout << "mock host_info_host_path:" << tostr(init->host_info_host_path).data() << std::endl;
std::cout << "mock host_info_dotnet_root:" << tostr(init->host_info_dotnet_root).data() << std::endl;
std::cout << "mock host_info_app_path:" << tostr(init->host_info_app_path).data() << std::endl;
- std::cout << "mock single_file_bundle_header_offset:" << std::hex << init->single_file_bundle_header_offset << std::endl;
if (init->fx_names.len == 0)
{