Skip to content

Commit

Permalink
Remove unused autosave channel leftover (#3024)
Browse files Browse the repository at this point in the history
config.Autosave channel is used instead.
  • Loading branch information
dmaluka authored Mar 14, 2024
1 parent 0a69cc6 commit cb903f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/micro/micro.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ import (
)

var (
// Event channel
autosave chan bool

// Command line flags
flagVersion = flag.Bool("version", false, "Show the version number and information")
flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory")
Expand Down

0 comments on commit cb903f4

Please sign in to comment.