Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Mar 12, 2021
1 parent b68a04e commit 05c56c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Fantomas/AstTransformer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ open Fantomas

type Id = { Ident: string; Range: Range }

//type Node =
// { Type: FsAstType
// Range: Range
// LinesBetweenParent: int }

module Helpers =
let i (id: Ident) : Id =
{ Ident = id.idText
Expand Down

0 comments on commit 05c56c7

Please sign in to comment.