Skip to content

Commit 83b7c2b

Browse files
committed
isRec is unused
1 parent d9a4367 commit 83b7c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/vs/Exprs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ and FSharpImplementationFileContents(cenv, mimpl) =
935935

936936
and getDecls mdef =
937937
match mdef with
938-
| TMDefRec(isRec,tycons,mbinds,_m) ->
938+
| TMDefRec(_isRec,tycons,mbinds,_m) ->
939939
[ for tycon in tycons do
940940
let entity = FSharpEntity(cenv, mkLocalEntityRef tycon)
941941
yield FSharpImplementationFileDeclaration.Entity(entity, [])

0 commit comments

Comments
 (0)