client: drop unnecessary field deleteAction.Value

release-2.1
Brian Waldon 2015-01-29 15:44:22 -08:00 committed by Yicheng Qin
parent 6fc209e574
commit ece03fb987
1 changed files with 0 additions and 1 deletions

View File

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