File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ func initDumpCommand() *cobra.Command {
38
38
}
39
39
}
40
40
41
- // This struct is unused
42
- //var dumpFlags struct {
43
- // _default bool // If false, ask questions to the user about setting configuration properties, otherwise use default configuration.
44
- // location string // The custom location of the file to create.
45
- //}
46
-
47
41
func runDumpCommand (cmd * cobra.Command , args []string ) {
48
42
logrus .Info ("Executing `arduino config dump`" )
49
43
Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ import (
27
27
"github.com/spf13/cobra"
28
28
)
29
29
30
- // These const are unused
31
- //const (
32
- // versionAll string = "all"
33
- // versionLatest string = "latest"
34
- //)
35
-
36
30
func initUninstallCommand () * cobra.Command {
37
31
uninstallCommand := & cobra.Command {
38
32
Use : "uninstall LIBRARY_NAME(S)" ,
You can’t perform that action at this time.
0 commit comments