diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-25 01:09:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-25 01:26:23 -0400 |
commit | 2efb559c7cdce21fb441343c26af4855b6ac842f (patch) | |
tree | d8dab63676c7704e79ad83c680c9bf77f67b4439 /Assistant/Threads | |
parent | 74c30fc1a6e88d926d07e12f4e7ffc7d897bf9f6 (diff) |
use a DList for the deferred downloads queue
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/Pusher.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/Pusher.hs b/Assistant/Threads/Pusher.hs index 57595b8c1..060f26cf5 100644 --- a/Assistant/Threads/Pusher.hs +++ b/Assistant/Threads/Pusher.hs @@ -9,7 +9,6 @@ module Assistant.Threads.Pusher where import Assistant.Common import Assistant.Commits -import Assistant.Types.Commits import Assistant.Pushes import Assistant.DaemonStatus import Assistant.Sync |