summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Core.hs b/Core.hs
index 1eb9da687..431c9c9e6 100644
--- a/Core.hs
+++ b/Core.hs
@@ -27,8 +27,6 @@ start = do
g' <- liftIO $ Git.configRead g
Annex.gitRepoChange g'
liftIO $ gitSetup g'
- Annex.backendsChange $ parseBackendList $
- Git.configGet g' "annex.backends" ""
prepUUID
{- Sets up a git repo for git-annex. May be called repeatedly. -}