Remove unused verb()

This commit is contained in:
Scott Lystig Fritchie 2015-05-17 14:19:37 +09:00
parent 6c07522359
commit c7d4131a44
2 changed files with 6 additions and 11 deletions

View file

@ -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?

View file

@ -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) ->