1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-02 15:16:51 +02:00

Merge pull request #991 from iliul/master

weed.go: remove unused global variable
This commit is contained in:
Chris Lu 2019-06-25 21:26:44 -07:00 committed by GitHub
commit 06140f9313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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