Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit a96d849

Browse files
committed
Fixed warning
1 parent 3e3dfac commit a96d849

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fsharp/infos.fs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,9 +1595,6 @@ type ILFieldInfo =
15951595
#if EXTENSIONTYPING
15961596
| ProvidedField(_,fi1,_), ProvidedField(_,fi2,_)-> ProvidedFieldInfo.TaintedEquals (fi1, fi2)
15971597
#endif
1598-
#if !FABLE_COMPILER
1599-
| _ -> false
1600-
#endif
16011598

16021599
/// Get an (uninstantiated) reference to the field as an Abstract IL ILFieldRef
16031600
member x.ILFieldRef = rescopeILFieldRef x.ScopeRef (mkILFieldRef(x.ILTypeRef,x.FieldName,x.ILFieldType))

0 commit comments

Comments
 (0)