提交 c18e1780 编写于 作者: K Kevin Ransom (msft) 提交者: Phillip Carter

Remove dead code (#7755)

上级 4cc8ca3f
......@@ -2009,7 +2009,6 @@ type CcuLoadFailureAction =
[<NoEquality; NoComparison>]
type TcConfigBuilder =
{ mutable primaryAssembly: PrimaryAssembly
mutable autoResolveOpenDirectivesToDlls: bool
mutable noFeedback: bool
mutable stackReserveSize: int32 option
mutable implicitIncludeDir: string (* normally "." *)
......@@ -2176,7 +2175,6 @@ type TcConfigBuilder =
stackReserveSize = None
conditionalCompilationDefines = []
implicitIncludeDir = String.Empty
autoResolveOpenDirectivesToDlls = false
openDebugInformationForLaterStaticLinking = false
defaultFSharpBinariesDir = String.Empty
compilingFslib = false
......@@ -2619,7 +2617,6 @@ type TcConfig private (data: TcConfigBuilder, validate: bool) =
let systemAssemblies = systemAssemblies
member x.primaryAssembly = data.primaryAssembly
member x.autoResolveOpenDirectivesToDlls = data.autoResolveOpenDirectivesToDlls
member x.noFeedback = data.noFeedback
member x.stackReserveSize = data.stackReserveSize
member x.implicitIncludeDir = data.implicitIncludeDir
......
......@@ -250,7 +250,6 @@ type VersionFlag =
[<NoEquality; NoComparison>]
type TcConfigBuilder =
{ mutable primaryAssembly: PrimaryAssembly
mutable autoResolveOpenDirectivesToDlls: bool
mutable noFeedback: bool
mutable stackReserveSize: int32 option
mutable implicitIncludeDir: string
......@@ -417,7 +416,6 @@ type TcConfigBuilder =
// Immutable TcConfig
type TcConfig =
member primaryAssembly: PrimaryAssembly
member autoResolveOpenDirectivesToDlls: bool
member noFeedback: bool
member stackReserveSize: int32 option
member implicitIncludeDir: string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册