Skip to content

Commit 10304e8

Browse files
committed
Delete commented-out-code
1 parent 1b3c3c3 commit 10304e8

File tree

1 file changed

+0
-9
lines changed
  • lsp-types/src/Language/LSP

1 file changed

+0
-9
lines changed

lsp-types/src/Language/LSP/VFS.hs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,6 @@ closeVFS vfs (J.NotificationMessage _ _ params) =
279279
in (updateVFS (Map.delete (J.toNormalizedUri uri)) vfs,["Closed: " ++ show uri])
280280

281281
-- ---------------------------------------------------------------------
282-
{-
283-
284-
data TextDocumentContentChangeEvent =
285-
TextDocumentContentChangeEvent
286-
{ _range :: Maybe Range
287-
, _rangeLength :: Maybe Int
288-
, _text :: String
289-
} deriving (Read,Show,Eq)
290-
-}
291282

292283
-- | Apply the list of changes.
293284
-- Changes should be applied in the order that they are

0 commit comments

Comments
 (0)