summaryrefslogtreecommitdiff
path: root/Types/LockPool.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/LockPool.hs')
-rw-r--r--Types/LockPool.hs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Types/LockPool.hs b/Types/LockPool.hs
deleted file mode 100644
index 803822042..000000000
--- a/Types/LockPool.hs
+++ /dev/null
@@ -1,16 +0,0 @@
-{- git-annex lock pool data types
- -
- - Copyright 2014 Joey Hess <id@joeyh.name>
- -
- - Licensed under the GNU GPL version 3 or higher.
- -}
-
-module Types.LockPool (
- LockPool,
- LockHandle
-) where
-
-import qualified Data.Map as M
-import Utility.LockFile
-
-type LockPool = M.Map FilePath LockHandle