Skip to content

Commit ae918f2

Browse files
authored
Remove FSharp.Compiler.AbstractIL.IL opens. (#15493)
1 parent 02b9e83 commit ae918f2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Compiler/SyntaxTree/PrettyNaming.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ open System.Collections.Concurrent
1010
open System.Globalization
1111
open System.Text
1212

13-
open FSharp.Compiler.AbstractIL
1413
open Internal.Utilities.Library
1514
open FSharp.Compiler.Text
1615
open FSharp.Compiler.Text.Layout

src/Compiler/SyntaxTree/XmlDoc.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ open FSharp.Compiler.DiagnosticsLogger
1313
open FSharp.Compiler.IO
1414
open FSharp.Compiler.Text
1515
open FSharp.Compiler.Text.Range
16-
open FSharp.Compiler.AbstractIL.IL
1716

1817
/// Represents collected XmlDoc lines
1918
[<RequireQualifiedAccess>]

src/Compiler/SyntaxTree/XmlDoc.fsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace FSharp.Compiler.Xml
44

55
open FSharp.Compiler.Text
6-
open FSharp.Compiler.AbstractIL.IL
76

87
/// Represents collected XmlDoc lines
98
[<Class>]

0 commit comments

Comments
 (0)