remove unused imports
This commit is contained in:
parent
02a35c9cee
commit
f95664305b
1 changed files with 0 additions and 9 deletions
|
@ -5,8 +5,6 @@
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE CPP #-}
|
|
||||||
|
|
||||||
module Annex.GitOverlay (
|
module Annex.GitOverlay (
|
||||||
module Annex.GitOverlay,
|
module Annex.GitOverlay,
|
||||||
AltIndexFile(..),
|
AltIndexFile(..),
|
||||||
|
@ -22,13 +20,6 @@ import Git.Index
|
||||||
import Git.Env
|
import Git.Env
|
||||||
import qualified Annex
|
import qualified Annex
|
||||||
import qualified Annex.Queue
|
import qualified Annex.Queue
|
||||||
#ifndef mingw32_HOST_OS
|
|
||||||
import qualified Utility.LockFile.PidLock as PidF
|
|
||||||
import qualified Utility.LockPool.PidLock as PidP
|
|
||||||
import Utility.LockPool (dropLock)
|
|
||||||
import Utility.Env
|
|
||||||
import Config
|
|
||||||
#endif
|
|
||||||
|
|
||||||
{- Runs an action using a different git index file. -}
|
{- Runs an action using a different git index file. -}
|
||||||
withIndexFile :: AltIndexFile -> (FilePath -> Annex a) -> Annex a
|
withIndexFile :: AltIndexFile -> (FilePath -> Annex a) -> Annex a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue