Merge pull request #991 from iliul/master
weed.go: remove unused global variable
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -80,3 +80,6 @@ build
|
|||||||
target
|
target
|
||||||
*.class
|
*.class
|
||||||
other/java/hdfs/dependency-reduced-pom.xml
|
other/java/hdfs/dependency-reduced-pom.xml
|
||||||
|
|
||||||
|
# binary file
|
||||||
|
weed/weed
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var IsDebug *bool
|
var IsDebug *bool
|
||||||
var server *string
|
|
||||||
|
|
||||||
var commands = command.Commands
|
var commands = command.Commands
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user