mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-11 01:51:00 +00:00
Remove unused autosave channel leftover (#3024)
config.Autosave channel is used instead.
This commit is contained in:
parent
0a69cc68dc
commit
cb903f414c
1 changed files with 0 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue