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:
authorDavid Wrighton <davidwr@microsoft.com>2015-12-09 05:31:39 +0300
committerDavid Wrighton <davidwr@microsoft.com>2015-12-10 00:36:52 +0300
commit107ce7fbec781d0dab2574f51c708926dfd27896 (patch)
tree79b17b3bbb69574257f6c6ef334925caa75ec791 /src/ILCompiler.Compiler
parent7a1eabe48e36ff7c7c9d4ec5cdaba474b2c5dd4c (diff)
Reduce dependency on Ecma api surface
- Remove unused EcmaMethod extension methods - Move Nested types api from EcmaType to MetadataType - Remove nearly all dependency on the Ecma type system api from tests
Diffstat (limited to 'src/ILCompiler.Compiler')
-rw-r--r--src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/JumpStubNode.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/JumpStubNode.cs b/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/JumpStubNode.cs
index 5a104ed66..a6aea41bd 100644
--- a/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/JumpStubNode.cs
+++ b/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/JumpStubNode.cs
@@ -4,7 +4,6 @@
using System;
using ILCompiler.DependencyAnalysis.X64;
using Internal.TypeSystem;
-using Internal.TypeSystem.Ecma;
namespace ILCompiler.DependencyAnalysis
{