Browse Source
weed.go: remove unused parameter
Signed-off-by: Lei Liu <liul.stone@gmail.com>
pull/991/head
Lei Liu
6 years ago
No known key found for this signature in database
GPG Key ID: CFEC474454780D7B
2 changed files with
3 additions and
1 deletions
-
.gitignore
-
weed/weed.go
|
@ -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 |
|
|
|
|
|
|
|
|