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/slist.h
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/slist.h')
-rw-r--r--src/Native/Runtime/slist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Native/Runtime/slist.h b/src/Native/Runtime/slist.h
index 75dba1bf3..767ad074f 100644
--- a/src/Native/Runtime/slist.h
+++ b/src/Native/Runtime/slist.h
@@ -56,11 +56,6 @@ public:
// Removes and returns the first entry in the list. See class header for more information.
PTR_T PopHead();
-#ifdef FEATURE_VSD
- // This API is currently used only by VSD and it has a race condition. Possibly not worth fixing since
- // it's hard and we may be getting rid of VSD entirely.
- PTR_T PopHeadInterlocked();
-#endif
class Iterator
{