Skip to content

Commit 613fcae

Browse files
committed
Remove unused opens
1 parent 861d0b0 commit 613fcae

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

fcs/samples/EditorService/Program.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Open the namespace with InteractiveChecker type
2-
open System
3-
open FSharp.Compiler
42
open FSharp.Compiler.SourceCodeServices
53
open FSharp.Compiler.QuickParse
64

fcs/samples/FscExe/FscMain.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ open System.Diagnostics
77
open System.IO
88
open System.Reflection
99
open System.Runtime.CompilerServices
10-
open FSharp.Compiler
1110
open FSharp.Compiler.SourceCodeServices
1211
open FSharp.Compiler.AbstractIL.IL // runningOnMono
1312
open FSharp.Compiler.AbstractIL.Internal.Library
1413
open FSharp.Compiler.ErrorLogger
15-
open FSharp.Compiler.Range
1614

1715
#if RESIDENT_COMPILER
1816
type TypeInThisAssembly() = member x.Dummy = 1

fcs/samples/FsiExe/fsimain.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ module internal Sample.FSharp.Compiler.Interactive.Main
1717

1818
open System
1919
open System.Globalization
20-
open System.IO
2120
open System.Reflection
2221
open System.Threading
2322
open System.Windows.Forms
2423

2524
open FSharp.Compiler.Interactive.Shell
26-
open FSharp.Compiler.Interactive
2725
open FSharp.Compiler
2826

2927
#nowarn "55"

fcs/samples/UntypedTree/Program.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Open the namespace with InteractiveChecker type
2-
open System
32
open FSharp.Compiler.SourceCodeServices
43

54

0 commit comments

Comments
 (0)