mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Cleanup comment
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
eef1fb9246
commit
ccf5d3c1af
@ -133,7 +133,6 @@ func initState(request etcdRequest, response etcdResponse) EtcdState {
|
|||||||
if response.err != nil {
|
if response.err != nil {
|
||||||
state.FailedWrites[""] = struct{}{}
|
state.FailedWrites[""] = struct{}{}
|
||||||
}
|
}
|
||||||
//TODO preserve information about failed deletes
|
|
||||||
default:
|
default:
|
||||||
panic("Unknown operation")
|
panic("Unknown operation")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user