aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-04-06 23:38:16 +0200
committerAlex Auvolat <alex@adnab.me>2021-04-06 23:38:30 +0200
commit93a9f9613051385832e22f0c54e9682e814e468c (patch)
treea183c119ee8a64a5495a4c3eb1c7710c04bb7a5d /src
parent7380f3855ca11d6ca0c55c2132f478e52f3fe9b8 (diff)
downloadgarage-93a9f9613051385832e22f0c54e9682e814e468c.tar.gz
garage-93a9f9613051385832e22f0c54e9682e814e468c.zip
remove useless comment
Diffstat (limited to 'src')
-rw-r--r--src/rpc/rpc_client.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/rpc_client.rs b/src/rpc/rpc_client.rs
index eb4f6620..5e76e215 100644
--- a/src/rpc/rpc_client.rs
+++ b/src/rpc/rpc_client.rs
@@ -128,7 +128,6 @@ impl<M: RpcMessage + 'static> RpcClient<M> {
{
Err(rpc_error) => {
node_status.num_failures.fetch_add(1, Ordering::SeqCst);
- // TODO: Save failure info somewhere
Err(Error::from(rpc_error))
}
Ok(x) => x,