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:
authorScott Mosier <smosier@microsoft.com>2015-12-05 00:25:14 +0300
committerScott Mosier <smosier@microsoft.com>2015-12-05 00:59:05 +0300
commitd50349270f470e6c2dfa56a7ccc7dde3f20af04b (patch)
treeb0927d47d471fd174ae2f95033c492f2a60d06f1 /src/Native/Runtime/module.h
parent94ce4ec438e10b56f6990fbb4f3ad65c649bcc9b (diff)
Remove static_check.h, remove unused method on Module class.
Switched all uses of STATIC_ASSERT to static_assert and removed the static_check.h header, since it wasn't very useful. Removed orphaned method from Module class.
Diffstat (limited to 'src/Native/Runtime/module.h')
-rw-r--r--src/Native/Runtime/module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Native/Runtime/module.h b/src/Native/Runtime/module.h
index 2ffe80e92..942b640a7 100644
--- a/src/Native/Runtime/module.h
+++ b/src/Native/Runtime/module.h
@@ -120,8 +120,6 @@ public:
void UnsynchronizedResetHijackedLoops();
void UnsynchronizedHijackAllLoops();
- bool EHEnumInitFromReturnAddress(PTR_VOID ControlPC, PTR_VOID * pMethodStartAddressOut, EHEnumState * pEHEnumStateOut);
-
bool EHEnumInit(MethodInfo * pMethodInfo, PTR_VOID * pMethodStartAddressOut, EHEnumState * pEHEnumStateOut);
bool EHEnumNext(EHEnumState * pEHEnumState, EHClause * pEHClauseOut);