浏览代码

client: drop unnecessary field deleteAction.Value

Brian Waldon 11 年之前
父节点
当前提交
ece03fb987
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/keys.go

+ 0 - 1
client/keys.go

@@ -457,7 +457,6 @@ func (a *setAction) HTTPRequest(ep url.URL) *http.Request {
 type deleteAction struct {
 	Prefix    string
 	Key       string
-	Value     string
 	PrevValue string
 	PrevIndex uint64
 	Recursive bool