提交 613fcae4 编写于 作者: E Eugene Auduchinok

Remove unused opens

上级 861d0b03
// Open the namespace with InteractiveChecker type
open System
open FSharp.Compiler
open FSharp.Compiler.SourceCodeServices
open FSharp.Compiler.QuickParse
......
......@@ -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
......
......@@ -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"
......
// Open the namespace with InteractiveChecker type
open System
open FSharp.Compiler.SourceCodeServices
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册