aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-09 10:48:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-09 10:48:04 -0400
commit53170b1a1496084923531046386794c092cc64b3 (patch)
tree094f40a629aed32b8bb510ba0a6d14506c2bb63e /Backend.hs
parentf4ddb580c83cba1c0e66fc5deb20bfc49ee4cf1b (diff)
fix real underlaying cause, and fix test suite to not skip it0.17
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index 7e88ff304..a417c7247 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -130,7 +130,6 @@ lookupFile file = do
getsymlink = do
l <- readSymbolicLink file
return $ takeFileName l
- makekey _ [] = return Nothing
makekey bs l = do
case maybeLookupBackendName bs bname of
Nothing -> do