Skip to content

Commit 440c258

Browse files
authored
Remove redundant initialization for marks and tags (#1811)
1 parent 4de690d commit 440c258

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

client.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ func run() {
5858
app.ui.echoerrf("sync: %s", err)
5959
}
6060

61-
if err := app.nav.readMarks(); err != nil {
62-
app.ui.echoerrf("reading marks file: %s", err)
63-
}
64-
65-
if err := app.nav.readTags(); err != nil {
66-
app.ui.echoerrf("reading tags file: %s", err)
67-
}
68-
6961
if err := app.readHistory(); err != nil {
7062
app.ui.echoerrf("reading history file: %s", err)
7163
}

0 commit comments

Comments
 (0)