From ece03fb987b0990e0b0592f0205167cfa997dcc4 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 29 Jan 2015 15:44:22 -0800 Subject: [PATCH] client: drop unnecessary field deleteAction.Value --- client/keys.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/keys.go b/client/keys.go index e3ea7e18f..71852a6ac 100644 --- a/client/keys.go +++ b/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