Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-06 04:35:38 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-06 04:35:38 +0300
commit56c6dfdd6647872713aa6d9783cb6bbac2b8dd78 (patch)
tree766d2555cf67ac845f59ba4679046679e9cbe2e7 /src/Native/Runtime/startup.cpp
parentfaaddc6c353da2f5373ce890062c307c6820ecdd (diff)
parentcf61c31234b4daad83628ebe53c1d08acbec2008 (diff)
Merge branch 'nmirror' into nmirror-merge
Diffstat (limited to 'src/Native/Runtime/startup.cpp')
-rw-r--r--src/Native/Runtime/startup.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Native/Runtime/startup.cpp b/src/Native/Runtime/startup.cpp
index 6c5bbba6c..389f3dbcf 100644
--- a/src/Native/Runtime/startup.cpp
+++ b/src/Native/Runtime/startup.cpp
@@ -34,9 +34,6 @@ unsigned __int64 g_startupTimelineEvents[NUM_STARTUP_TIMELINE_EVENTS] = { 0 };
HANDLE RtuCreateRuntimeInstance(HANDLE hPalInstance);
-#ifdef FEATURE_VSD
-bool RtuInitializeVSD();
-#endif
UInt32 _fls_index = FLS_OUT_OF_INDEXES;
@@ -51,14 +48,6 @@ bool InitDLL(HANDLE hPalInstance)
{
CheckForPalFallback();
-#ifdef FEATURE_VSD
- //
- // init VSD
- //
- if (!RtuInitializeVSD())
- return false;
-#endif
-
#ifdef FEATURE_CACHED_INTERFACE_DISPATCH
//
// Initialize interface dispatch.