summaryrefslogtreecommitdiff
path: root/Remote/List.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/List.hs')
-rw-r--r--Remote/List.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Remote/List.hs b/Remote/List.hs
index 1cfbab872..0651d83aa 100644
--- a/Remote/List.hs
+++ b/Remote/List.hs
@@ -98,10 +98,6 @@ updateRemote remote = do
Remote.Git.configRead r
| otherwise = return r
-{- All remotes that are not ignored. -}
-enabledRemoteList :: Annex [Remote]
-enabledRemoteList = filter (not . remoteAnnexIgnore . gitconfig) <$> remoteList
-
{- Checks if a remote is a special remote -}
specialRemote :: Remote -> Bool
specialRemote r = remotetype r /= Remote.Git.remote