diff --git a/src/native/corehost/runtime_config.h b/src/native/corehost/runtime_config.h index c345f2d0163a14..464c46234e4dee 100644 --- a/src/native/corehost/runtime_config.h +++ b/src/native/corehost/runtime_config.h @@ -54,8 +54,6 @@ class runtime_config_t fx_reference_vector_t m_included_frameworks; settings_t m_default_settings; // the default settings (Steps #0 and #1) settings_t m_override_settings; // the settings that can't be changed (Step #5) - std::vector m_prop_keys; - std::vector m_prop_values; std::list m_probe_paths; pal::string_t m_tfm;