From 613fcae4115834cb0c56b26c13351060817bfaeb Mon Sep 17 00:00:00 2001 From: Eugene Auduchinok Date: Fri, 27 Sep 2019 23:48:47 +0300 Subject: [PATCH] Remove unused opens --- fcs/samples/EditorService/Program.fs | 2 -- fcs/samples/FscExe/FscMain.fs | 2 -- fcs/samples/FsiExe/fsimain.fs | 2 -- fcs/samples/UntypedTree/Program.fs | 1 - 4 files changed, 7 deletions(-) diff --git a/fcs/samples/EditorService/Program.fs b/fcs/samples/EditorService/Program.fs index e3ab70185..d457bf17c 100644 --- a/fcs/samples/EditorService/Program.fs +++ b/fcs/samples/EditorService/Program.fs @@ -1,6 +1,4 @@ // Open the namespace with InteractiveChecker type -open System -open FSharp.Compiler open FSharp.Compiler.SourceCodeServices open FSharp.Compiler.QuickParse diff --git a/fcs/samples/FscExe/FscMain.fs b/fcs/samples/FscExe/FscMain.fs index 26f26be63..da272800d 100644 --- a/fcs/samples/FscExe/FscMain.fs +++ b/fcs/samples/FscExe/FscMain.fs @@ -7,12 +7,10 @@ open System.Diagnostics open System.IO open System.Reflection open System.Runtime.CompilerServices -open FSharp.Compiler open FSharp.Compiler.SourceCodeServices open FSharp.Compiler.AbstractIL.IL // runningOnMono open FSharp.Compiler.AbstractIL.Internal.Library open FSharp.Compiler.ErrorLogger -open FSharp.Compiler.Range #if RESIDENT_COMPILER type TypeInThisAssembly() = member x.Dummy = 1 diff --git a/fcs/samples/FsiExe/fsimain.fs b/fcs/samples/FsiExe/fsimain.fs index c59ef2fe5..5fb34c3af 100644 --- a/fcs/samples/FsiExe/fsimain.fs +++ b/fcs/samples/FsiExe/fsimain.fs @@ -17,13 +17,11 @@ module internal Sample.FSharp.Compiler.Interactive.Main open System open System.Globalization -open System.IO open System.Reflection open System.Threading open System.Windows.Forms open FSharp.Compiler.Interactive.Shell -open FSharp.Compiler.Interactive open FSharp.Compiler #nowarn "55" diff --git a/fcs/samples/UntypedTree/Program.fs b/fcs/samples/UntypedTree/Program.fs index ba6afb2dd..9d99b8199 100644 --- a/fcs/samples/UntypedTree/Program.fs +++ b/fcs/samples/UntypedTree/Program.fs @@ -1,5 +1,4 @@ // Open the namespace with InteractiveChecker type -open System open FSharp.Compiler.SourceCodeServices -- GitLab