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/GcStressControl.cpp
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/GcStressControl.cpp')
-rw-r--r--src/Native/Runtime/GcStressControl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Native/Runtime/GcStressControl.cpp b/src/Native/Runtime/GcStressControl.cpp
index 19729d8a5..cc86cbaac 100644
--- a/src/Native/Runtime/GcStressControl.cpp
+++ b/src/Native/Runtime/GcStressControl.cpp
@@ -13,7 +13,6 @@
#include "PalRedhawkCommon.h"
#include "PalRedhawk.h"
#include "assert.h"
-#include "static_check.h"
#include "holder.h"
#include "Crst.h"
#include "RhConfig.h"