rvv041 - Improvement - Unused code removed
This commit is contained in:
parent
dbfc91d33a
commit
0b70bbb8de
1 changed files with 0 additions and 4 deletions
|
@ -196,8 +196,6 @@ data State = State
|
||||||
, _abForm :: !(Form AdrBookEntry () Name)
|
, _abForm :: !(Form AdrBookEntry () Name)
|
||||||
, _abCurAdrs :: !T.Text
|
, _abCurAdrs :: !T.Text
|
||||||
, _abTxt :: !T.Text
|
, _abTxt :: !T.Text
|
||||||
, _showConfirm :: Bool
|
|
||||||
, _confirmResult :: Maybe Bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
makeLenses ''State
|
makeLenses ''State
|
||||||
|
@ -1340,8 +1338,6 @@ runZenithCLI config = do
|
||||||
(mkNewABForm (AdrBookEntry "" ""))
|
(mkNewABForm (AdrBookEntry "" ""))
|
||||||
" "
|
" "
|
||||||
""
|
""
|
||||||
False
|
|
||||||
Nothing
|
|
||||||
Left e -> print $
|
Left e -> print $
|
||||||
"No Zebra node available on port " <>
|
"No Zebra node available on port " <>
|
||||||
show port <> ". Check your configuration."
|
show port <> ". Check your configuration."
|
||||||
|
|
Loading…
Reference in a new issue