Skip to content

Commit 5ddbcfd

Browse files
committed
removed misplaced code
1 parent 547cd02 commit 5ddbcfd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

io/jvm/src/main/scala/fs2/io/net/unixsocket/UnixSocketsPlatform.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ private[unixsocket] trait UnixSocketsCompanionPlatform {
135135
ch.shutdownInput(); ()
136136
}
137137
)
138-
F.blocking {
139-
ch.shutdownInput(); ()
140-
}
141138
override def sendfile(
142139
file: FileHandle[F],
143140
offset: Long,

0 commit comments

Comments
 (0)