Skip to content

Commit 8413dac

Browse files
authored
Remove Dead code --- BigInteger (#7511)
* Remove Dead code --- BigInteger * Put back FSharp.Math namespace ... even though it's empty * Improve empty namespace comment
1 parent 5e2a563 commit 8413dac

File tree

6 files changed

+16
-2091
lines changed

6 files changed

+16
-2091
lines changed

src/fsharp/FSharp.Core/FSharp.Core.fsproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
<Compile Include="reflect.fs">
123123
<Link>Reflection/reflect.fs</Link>
124124
</Compile>
125-
<Compile Include="math\n.fsi">
126-
<Link>Numerics/n.fsi</Link>
127-
</Compile>
128-
<Compile Include="math\n.fs">
129-
<Link>Numerics/n.fs</Link>
130-
</Compile>
131125
<Compile Include="math\z.fsi">
132126
<Link>Numerics/z.fsi</Link>
133127
</Compile>

src/fsharp/FSharp.Core/fslib-extra-pervasives.fsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module ExtraTopLevelOperators =
1111
open Microsoft.FSharp.Control
1212
open Microsoft.FSharp.Collections
1313
open Microsoft.FSharp.Text
14-
open Microsoft.FSharp.Math
1514

1615
#if !FX_NO_SYSTEM_CONSOLE
1716
/// <summary>Print to <c>stdout</c> using the given format.</summary>

0 commit comments

Comments
 (0)