projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620813b
)
remove unused imports
author
Joey Hess
<joeyh@joeyh.name>
Wed, 6 Oct 2021 01:27:06 +0000
(21:27 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 6 Oct 2021 01:27:06 +0000
(21:27 -0400)
Backend.hs
patch
|
blob
|
history
diff --git
a/Backend.hs
b/Backend.hs
index 1c6bc80e0657c86a2d47e80e90b936e4d0b06ddc..b85658e5999dbb9b2f63ae50ea12cf6db0a41ff1 100644
(file)
--- a/
Backend.hs
+++ b/
Backend.hs
@@
-33,8
+33,6
@@
import qualified Backend.URL
import qualified Backend.External
import qualified Data.Map as M
-import qualified Data.ByteString.Short as S (toShort, fromShort)
-import qualified Data.ByteString.Char8 as S8
{- Build-in backends. Does not include externals. -}
builtinList :: [Backend]