Skip to content
Snippets Groups Projects
Commit 3df8a653 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Remove redundant import in InfoTableProv

The copyBytes function is provided by the import of Foreign.

Fixes #23889
parent a936f244
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ import Foreign
#if defined(HAVE_LIBZSTD)
import Foreign.C.Types
import Foreign.Marshal.Utils (copyBytes)
import qualified Data.ByteString.Internal as BSI
import GHC.IO (unsafePerformIO)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment