remove unused function
This commit is contained in:
parent
b23c87cd0f
commit
e98f230c95
1 changed files with 0 additions and 3 deletions
|
@ -136,9 +136,6 @@ getAdjustment = fmap fst . adjustedToOriginal
|
||||||
fromAdjustedBranch :: Branch -> OrigBranch
|
fromAdjustedBranch :: Branch -> OrigBranch
|
||||||
fromAdjustedBranch b = maybe b snd (adjustedToOriginal b)
|
fromAdjustedBranch b = maybe b snd (adjustedToOriginal b)
|
||||||
|
|
||||||
originalBranch :: Annex (Maybe OrigBranch)
|
|
||||||
originalBranch = fmap fromAdjustedBranch <$> inRepo Git.Branch.current
|
|
||||||
|
|
||||||
{- Enter an adjusted version of current branch (or, if already in an
|
{- Enter an adjusted version of current branch (or, if already in an
|
||||||
- adjusted version of a branch, changes the adjustment of the original
|
- adjusted version of a branch, changes the adjustment of the original
|
||||||
- branch).
|
- branch).
|
||||||
|
|
Loading…
Reference in a new issue