Skip to content

Commit c563755

Browse files
authored
Remove AutoOpen from ILTableName
Currently it seems not supported feature in F#9 and it seems no longer required to build this file. It's quite possible that I miss something. Let's see
1 parent 3a9510e commit c563755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ProvidedTypes.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,8 +3221,6 @@ module internal AssemblyReader =
32213221
systemRuntimeScopeRef: ILScopeRef }
32223222
override __.ToString() = "<ILGlobals>"
32233223

3224-
[<AutoOpen>]
3225-
32263224
[<Struct>]
32273225
type ILTableName(idx: int) =
32283226
member __.Index = idx

0 commit comments

Comments
 (0)