Remove extraneous "TODO" comment on rule 2

This commit is contained in:
komone 2011-04-11 01:16:19 -05:00
parent 13aa9d63fd
commit dbde75a3ae

View File

@ -136,7 +136,7 @@ rule1_row(L = [H|_], Score) ->
rule1_row([], Score) ->
Score.
%% TODO
%%
apply_penalty_rule_2(_M = [H, H0|T]) ->
% ?TTY(M),
Blocks = rule2(1, 1, H, H0, [H0|T], []),