remove redundant patern match
This commit is contained in:
parent
d2bc268317
commit
f7c7a5ca7e
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ cleanEnvironment = clean <$> getEnvironment
|
||||||
clean environ
|
clean environ
|
||||||
| null vars = Nothing
|
| null vars = Nothing
|
||||||
| otherwise = Just $ catMaybes $ map (restoreorig environ) environ
|
| otherwise = Just $ catMaybes $ map (restoreorig environ) environ
|
||||||
| otherwise = Nothing
|
|
||||||
where
|
where
|
||||||
vars = words $ fromMaybe "" $
|
vars = words $ fromMaybe "" $
|
||||||
lookup "GIT_ANNEX_STANDLONE_ENV" environ
|
lookup "GIT_ANNEX_STANDLONE_ENV" environ
|
||||||
|
|
Loading…
Reference in a new issue