mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge pull request #991 from iliul/master
weed.go: remove unused global variable
This commit is contained in:
commit
06140f9313
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -80,3 +80,6 @@ build
|
|||
target
|
||||
*.class
|
||||
other/java/hdfs/dependency-reduced-pom.xml
|
||||
|
||||
# binary file
|
||||
weed/weed
|
||||
|
|
|
@ -21,7 +21,6 @@ import (
|
|||
)
|
||||
|
||||
var IsDebug *bool
|
||||
var server *string
|
||||
|
||||
var commands = command.Commands
|
||||
|
||||
|
|
Loading…
Reference in a new issue