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-10-12 07:01:50 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-12 07:01:50 +0300
commit1a87ee9c3cbeba11e74b312958d8aed7c3261a3d (patch)
treed4165c713fd90cfaed4fe9540f90067b84beff0b /src/Native/Runtime/ICodeManager.h
parenta8455f9324e72aad045c3e809c8e120f1d5bacc3 (diff)
Fix Unix build breaks
Diffstat (limited to 'src/Native/Runtime/ICodeManager.h')
-rw-r--r--src/Native/Runtime/ICodeManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Native/Runtime/ICodeManager.h b/src/Native/Runtime/ICodeManager.h
index 789e5dd73..ba61bfb5f 100644
--- a/src/Native/Runtime/ICodeManager.h
+++ b/src/Native/Runtime/ICodeManager.h
@@ -75,8 +75,8 @@ enum class ClasslibFunctionId
FailFast = 1,
UnhandledExceptionHandler = 2,
AppendExceptionStackFrame = 3,
- CheckStaticClassConstruction = 4,
- InitializeFinalizerThread = 5,
+ // CheckStaticClassConstruction = 4, // unused
+ // InitializeFinalizerThread = 5, // unused
AllocateThunkWithData = 6,
};