1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-02 01:27:55 +02:00

weed.go: remove unused parameter

Signed-off-by: Lei Liu <liul.stone@gmail.com>
This commit is contained in:
Lei Liu 2019-06-26 10:44:41 +08:00
parent 359563e95a
commit 1d9b75b536
No known key found for this signature in database
GPG key ID: CFEC474454780D7B
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -80,3 +80,6 @@ build
target
*.class
other/java/hdfs/dependency-reduced-pom.xml
# binary file
weed/weed

View file

@ -21,7 +21,6 @@ import (
)
var IsDebug *bool
var server *string
var commands = command.Commands