Просмотр исходного кода

weed.go: remove unused parameter

Signed-off-by: Lei Liu <liul.stone@gmail.com>
Lei Liu 5 лет назад
Родитель
Сommit
1d9b75b536
2 измененных файлов с 3 добавлено и 1 удалено
  1. 3 0
      .gitignore
  2. 0 1
      weed/weed.go

+ 3 - 0
.gitignore

@@ -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

+ 0 - 1
weed/weed.go

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