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
|
||||
| null vars = Nothing
|
||||
| otherwise = Just $ catMaybes $ map (restoreorig environ) environ
|
||||
| otherwise = Nothing
|
||||
where
|
||||
vars = words $ fromMaybe "" $
|
||||
lookup "GIT_ANNEX_STANDLONE_ENV" environ
|
||||
|
|
Loading…
Reference in a new issue