rvv041 - Improvement - Unused code removed

This commit is contained in:
Rene V. Vergara A. 2024-06-02 09:02:12 -04:00
parent dbfc91d33a
commit 0b70bbb8de
1 changed files with 0 additions and 4 deletions

View File

@ -196,8 +196,6 @@ data State = State
, _abForm :: !(Form AdrBookEntry () Name)
, _abCurAdrs :: !T.Text
, _abTxt :: !T.Text
, _showConfirm :: Bool
, _confirmResult :: Maybe Bool
}
makeLenses ''State
@ -1340,8 +1338,6 @@ runZenithCLI config = do
(mkNewABForm (AdrBookEntry "" ""))
" "
""
False
Nothing
Left e -> print $
"No Zebra node available on port " <>
show port <> ". Check your configuration."