summaryrefslogtreecommitdiff
path: root/src/vm/array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/array.cpp')
-rw-r--r--src/vm/array.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/array.cpp b/src/vm/array.cpp
index b93657c432..d5366a28d1 100644
--- a/src/vm/array.cpp
+++ b/src/vm/array.cpp
@@ -1295,7 +1295,6 @@ void ArrayStubCache::CompileStub(const BYTE *pRawStub,
UINT ArrayStubCache::Length(const BYTE *pRawStub)
{
LIMITED_METHOD_CONTRACT;
- STATIC_CONTRACT_SO_TOLERANT;
return ((ArrayOpScript*)pRawStub)->Length();
}