revert use of Data.Map.Strict

memory profile shows this did not contribute to the memory leaks fixed in
b92b54bd42
This commit is contained in:
Joey Hess 2014-01-07 14:55:06 -04:00
parent 281cde87b5
commit 1c8f5f830b
4 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ import qualified Types.Remote as Remote
import Data.Function
import Control.Concurrent.STM
import qualified Data.Map.Strict as M
import qualified Data.Map as M
{- Blocks until there is a remote or remotes that need to be scanned.
-