Removed junk code

This commit is contained in:
leechristensen
2015-10-20 16:44:05 -06:00
parent 888b162f9c
commit 036df4a887
@@ -157,18 +157,10 @@ HRESULT createHost(const wchar_t* version, ICorRuntimeHost** ppCorRuntimeHost)
int _tmain(int argc, _TCHAR* argv[])
{
HRESULT hr;
//ICLRRuntimeHost* RuntimeClrHost = NULL;
ICorRuntimeHost *pCorRuntimeHost = NULL;
IUnknownPtr spAppDomainThunk = NULL;
_AppDomainPtr spDefaultAppDomain = NULL;
bool useOldAPIs = false;
// The .NET assembly to load.
bstr_t bstrAssemblyName("PowerShellRunner");
_AssemblyPtr spAssembly = NULL;
@@ -178,7 +170,6 @@ int _tmain(int argc, _TCHAR* argv[])
_TypePtr spType = NULL;
// Create the runtime host
if (!createHost(L"v2.0.50727", &pCorRuntimeHost))
{