Skip to content

Commit 5fcab6c

Browse files
committed
more commented out code
1 parent 9b045f7 commit 5fcab6c

File tree

1 file changed

+0
-1
lines changed
  • ghcide/src/Development/IDE/Plugin/Completions

1 file changed

+0
-1
lines changed

ghcide/src/Development/IDE/Plugin/Completions/Logic.hs

-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ findRecordCompl uri pmod mn DataDecl {tcdLName, tcdDataDefn} = result
507507
]
508508
doc = SpanDocText (getDocumentation [pmod] $ reLoc tcdLName) (SpanDocUris Nothing Nothing)
509509

510-
-- getFlds :: HsConDeclH98Details GhcPs -> Maybe [ConDeclField GhcPs]
511510
getFlds conArg = case conArg of
512511
RecCon rec -> Just $ unLoc <$> unLoc rec
513512
PrefixCon{} -> Just []

0 commit comments

Comments
 (0)