From a8da5038cc615d46371937f51bb240ca2eb45468 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Thu, 27 Aug 2015 23:03:50 -0500 Subject: [PATCH] Remove todo --- src/machi_file_proxy.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/machi_file_proxy.erl b/src/machi_file_proxy.erl index ece8cea..8095f39 100644 --- a/src/machi_file_proxy.erl +++ b/src/machi_file_proxy.erl @@ -35,8 +35,6 @@ %% 1. Some way to transition the proxy into/out of a wedged state that %% doesn't rely on message delivery. %% -%% 2. We might need a read repair command which does an unconditional write -%% on the data block? -module(machi_file_proxy). -behaviour(gen_server).