mscoree: Force_get_runtime_info() is not used so remove it.
This commit is contained in:
parent
cb5e480faf
commit
d007d9feea
|
@ -1316,8 +1316,3 @@ HRESULT get_runtime_info(LPCWSTR exefile, LPCWSTR version, LPCWSTR config_file,
|
|||
|
||||
return CLR_E_SHIM_RUNTIME;
|
||||
}
|
||||
|
||||
HRESULT force_get_runtime_info(ICLRRuntimeInfo **result)
|
||||
{
|
||||
return IUnknown_QueryInterface((IUnknown*)&runtimes[0], &IID_ICLRRuntimeInfo, (void**)result);
|
||||
}
|
||||
|
|
|
@ -51,8 +51,6 @@ typedef struct CLRRuntimeInfo
|
|||
extern HRESULT get_runtime_info(LPCWSTR exefile, LPCWSTR version, LPCWSTR config_file,
|
||||
DWORD startup_flags, DWORD runtimeinfo_flags, BOOL legacy, ICLRRuntimeInfo **result);
|
||||
|
||||
extern HRESULT force_get_runtime_info(ICLRRuntimeInfo **result);
|
||||
|
||||
extern HRESULT ICLRRuntimeInfo_GetRuntimeHost(ICLRRuntimeInfo *iface, RuntimeHost **result);
|
||||
|
||||
extern HRESULT MetaDataDispenser_CreateInstance(IUnknown **ppUnk);
|
||||
|
|
Loading…
Reference in New Issue