From c7d4131a442462e9a9bf270d2bae60814db3e573 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Sun, 17 May 2015 14:19:37 +0900 Subject: [PATCH] Remove unused verb() --- TODO-shortterm.org | 8 ++++++-- src/machi_chain_repair.erl | 9 --------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/TODO-shortterm.org b/TODO-shortterm.org index c2b2a41..1849ca7 100644 --- a/TODO-shortterm.org +++ b/TODO-shortterm.org @@ -36,15 +36,19 @@ func, and pattern match Erlang style in that func. - Add no-wedging state to make testing easier? -** TODO Move the FLU server to gen_server behavior? + +** TODO Adapt the projection-aware, CR-implementing client from demo-day +** TODO Create parallel PULSE test for basic API plus chain manager repair ** TODO Add gproc and get rid of registered name rendezvous *** TODO Fixes the atom table leak *** TODO Fixes the problem of having active sequencer for the same prefix on two FLUS in the same VM -** TODO Fix all known bugs with Chain Manager (list below) +** TODO Fix all known bugs with Chain Manager (list below) *** DONE Fix known bugs *** DONE Clean up crufty TODO comments and other obvious cruft *** TODO Re-add verification step of stable epochs, including inner projections! *** TODO Attempt to remove cruft items in flapping_i? +** TODO Move the FLU server to gen_server behavior? + diff --git a/src/machi_chain_repair.erl b/src/machi_chain_repair.erl index 0c4fa26..3f26db3 100644 --- a/src/machi_chain_repair.erl +++ b/src/machi_chain_repair.erl @@ -358,15 +358,6 @@ execute_repair_directive({File, Cmds}, {ProxiesDict, EpochID, Verb, ETS}=Acc) -> {L_K, T_K} <- EtsKeys], Acc. -verb(Fmt) -> - verb(Fmt, []). - -verb(Fmt, Args) -> - case {ok, true} of % application:get_env(kernel, verbose) of - {ok, true} -> io:format(Fmt, Args); - _ -> ok - end. - mbytes(0) -> "0.0"; mbytes(Size) ->