Skip to content

Commit

Permalink
Excluded dynamic support as JSIL tries special processing for it and …
Browse files Browse the repository at this point in the history
…fail (sq/JSIL#531).
  • Loading branch information
iskiselev committed Oct 9, 2014
1 parent 9e176d3 commit 8c29c54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 593 deletions.
2 changes: 0 additions & 2 deletions JSIL.ExpressionInterpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\ConstantInstruction.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\ControlFlowInstructions.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\DivInstruction.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\DynamicInstructionN.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\DynamicInstructions.Generated.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\EqualInstruction.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\FieldOperations.cs" />
<Compile Include="Microsoft.Dynamic\Interpreter\Instructions\GreaterThanInstruction.cs" />
Expand Down
76 changes: 0 additions & 76 deletions Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructionN.cs

This file was deleted.

Loading

0 comments on commit 8c29c54

Please sign in to comment.