summaryrefslogtreecommitdiff
path: root/Git/RefLog.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-22 14:52:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-22 14:52:17 -0400
commitde5fdb11a238249c1b9b89a29277777a09f1cdb9 (patch)
treeb110f32aafa4ce18fb225d9135432ae8be1c69a9 /Git/RefLog.hs
parentb9186e3c2097cf8c94403b38c9dbe6ed382d82b0 (diff)
clean warnings
Diffstat (limited to 'Git/RefLog.hs')
-rw-r--r--Git/RefLog.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/RefLog.hs b/Git/RefLog.hs
index 7502f14b3..3f41e8eaa 100644
--- a/Git/RefLog.hs
+++ b/Git/RefLog.hs
@@ -11,7 +11,6 @@ import Common
import Git
import Git.Command
import Git.Sha
-import Git.CatFile
{- Gets the reflog for a given branch. -}
get :: Branch -> Repo -> IO [Sha]