Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 24, 2022
1 parent 54f9d9f commit 7987075
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FSharp.Control.TaskSeq/TaskSeq.fs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ module TaskSeq =
e.DisposeAsync().AsTask().Wait()
]

let format x = string x
let f () = format 42


let toArray (source: taskSeq<'T>) = [|
let e = source.GetAsyncEnumerator(CancellationToken())

Expand Down

0 comments on commit 7987075

Please sign in to comment.