summaryrefslogtreecommitdiff
path: root/rules/tit4tat.pl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/tit4tat.pl')
-rw-r--r--rules/tit4tat.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/tit4tat.pl b/rules/tit4tat.pl
index 2cf520c..2fe0a8f 100644
--- a/rules/tit4tat.pl
+++ b/rules/tit4tat.pl
@@ -3,8 +3,6 @@
% move (if the opponent defects in some round, Tit for Tat will defect in the
% following one; to cooperation it responds with cooperation).
-% Syntax: MODULE(UserDecisionHistry [in], ModuleDecision [out])
-
% Use opponents last decision
tit4tat([Last|_],Last,_,_).
% Fallback to coorporate if history is empty.