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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-04-25 23:30:05 +0300
committerGitHub <noreply@github.com>2017-04-25 23:30:05 +0300
commit4f124424395785899f347272cb6afdb416392809 (patch)
tree96850557dc109fb718c9fdc2f85100da41eb1b6b /src/System.Private.Jit
parent5a36b864e39cc70b33371d92b58db0948cdc2a32 (diff)
Delete special casing around fat function pointers (#3423)
Now that we have `ISymbolDefinitionNode` in addition to `ISymbolNode`, we don't need to special case anymore.
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index ed2c5685f..3366c0b54 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -109,7 +109,6 @@
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\Target_ARM\ARMReadyToRunHelperNode.cs" />
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\AssemblyStubNode.cs" />
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\HelperEntrypoint.cs" />
- <Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\IFatFunctionPointerNode.cs" />
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\INodeWithDebugInfo.cs" />
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs" />
<Compile Include="$(ILCompilerBasePath)\Compiler\DependencyAnalysis\ISymbolNode.cs" />