Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
2e5768cf
Commit
2e5768cf
authored
Aug 29, 2018
by
Mattia Bertorello
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused code
parent
573f69e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
commands/config/dump.go
commands/config/dump.go
+0
-6
commands/lib/uninstall.go
commands/lib/uninstall.go
+0
-6
No files found.
commands/config/dump.go
View file @
2e5768cf
...
...
@@ -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`"
)
...
...
commands/lib/uninstall.go
View file @
2e5768cf
...
...
@@ -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)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment