Commit 2e5768cf authored by Mattia Bertorello's avatar Mattia Bertorello

Removed unused code

parent 573f69e1
......@@ -38,12 +38,6 @@ func initDumpCommand() *cobra.Command {
}
}
// This struct is unused
//var dumpFlags struct {
// _default bool // If false, ask questions to the user about setting configuration properties, otherwise use default configuration.
// location string // The custom location of the file to create.
//}
func runDumpCommand(cmd *cobra.Command, args []string) {
logrus.Info("Executing `arduino config dump`")
......
......@@ -27,12 +27,6 @@ import (
"github.com/spf13/cobra"
)
// These const are unused
//const (
// versionAll string = "all"
// versionLatest string = "latest"
//)
func initUninstallCommand() *cobra.Command {
uninstallCommand := &cobra.Command{
Use: "uninstall LIBRARY_NAME(S)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment