Skip to content

Commit 949ba57

Browse files
committed
remove error logger, ilpars.fsy, illex.fsl. All are two specific to the F# compiler to be useful
1 parent 19063ac commit 949ba57

File tree

8 files changed

+11
-3467
lines changed

8 files changed

+11
-3467
lines changed

src/FSharp.AbstractIL/ErrorLogger.fs

-535
This file was deleted.

src/FSharp.AbstractIL/FSharp.AbstractIL.fsproj

-6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
</PropertyGroup>
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' " />
3737
<ItemGroup>
38-
<None Include="illex.fsl" />
39-
<None Include="ilpars.fsy" />
4038
<FsSrGen Include="FSComp.txt">
4139
</FsSrGen>
4240
<Compile Include="FSComp.fs">
@@ -119,8 +117,6 @@
119117
</Compile>
120118
<Compile Include="ilsupp.fs">
121119
</Compile>
122-
<Compile Include="ilpars.fs" />
123-
<Compile Include="illex.fs" />
124120
<Compile Include="ilbinary.fsi">
125121
</Compile>
126122
<Compile Include="ilbinary.fs">
@@ -131,8 +127,6 @@
131127
</Compile>
132128
<Compile Include="range.fs">
133129
</Compile>
134-
<Compile Include="ErrorLogger.fs">
135-
</Compile>
136130
<Compile Include="InternalCollections.fsi">
137131
</Compile>
138132
<Compile Include="InternalCollections.fs">

src/FSharp.AbstractIL/illex.fs

-544
This file was deleted.

src/FSharp.AbstractIL/illex.fsl

-171
This file was deleted.

0 commit comments

Comments
 (0)