summaryrefslogtreecommitdiff
path: root/src/vm/mscorlib.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-14 22:24:54 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-14 22:26:07 -0800
commit1c71abf702b27c34ce941c347d1b2fdee56d6c48 (patch)
tree9b69e00e001844e203e8206e16db1464c085b286 /src/vm/mscorlib.cpp
parentfbbc3f800b105c79c24125685bb1d4e817c4ed28 (diff)
downloadcoreclr-1c71abf702b27c34ce941c347d1b2fdee56d6c48.tar.gz
coreclr-1c71abf702b27c34ce941c347d1b2fdee56d6c48.tar.bz2
coreclr-1c71abf702b27c34ce941c347d1b2fdee56d6c48.zip
Remove never defined FEATURE_RWLOCK
Diffstat (limited to 'src/vm/mscorlib.cpp')
-rw-r--r--src/vm/mscorlib.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/mscorlib.cpp b/src/vm/mscorlib.cpp
index a2d33f90fe..4d98eba285 100644
--- a/src/vm/mscorlib.cpp
+++ b/src/vm/mscorlib.cpp
@@ -50,7 +50,6 @@
#include "debugdebugger.h"
#include "assemblyname.hpp"
#include "assemblynative.hpp"
-#include "rwlock.h"
#include "comthreadpool.h"
#include "comwaithandle.h"
#include "nativeoverlapped.h"