We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453c1dc commit 69d9862Copy full SHA for 69d9862
Data/ByteString/Lazy/Internal.hs
@@ -355,7 +355,6 @@ toStrict = \cs -> goLen0 cs cs
355
356
-- Copy the data
357
goCopy Empty !_ = return ()
358
- goCopy (Chunk (S.BS _ 0 ) cs) !ptr = goCopy cs ptr
359
goCopy (Chunk (S.BS fp len) cs) !ptr = do
360
S.memcpyFp ptr fp len
361
goCopy cs (ptr `S.plusForeignPtr` len)
0 commit comments