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-05 19:41:37 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-05 19:41:37 +0300
commit218282754c9b67d057a5e40e75673795ef43413f (patch)
tree5f611d34487c882a2569aaca6c25fb15e74ca423 /src/Native/Runtime/startup.cpp
parent2996cac38fffe6a32120d86e486748b01af7f184 (diff)
Delete obsoleted code
We have been keeping obsoleted code in the runtime for compatibility with older versions. The runtime version just got bumped up - it allows us to delete the obsolete code before the next compatibility band starts. [tfs-changeset: 1572810]
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 5d016e189..426799f37 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.