summaryrefslogtreecommitdiff
path: root/strategies
diff options
context:
space:
mode:
Diffstat (limited to 'strategies')
-rw-r--r--strategies/alpha.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/strategies/alpha.scm b/strategies/alpha.scm
index 91aa1a8..9117e55 100644
--- a/strategies/alpha.scm
+++ b/strategies/alpha.scm
@@ -93,11 +93,6 @@
1
0))
-(define (first-or-else l d)
- (if (null? l)
- d
- (first l)))
-
(define (available-moves-for-opponent-after-move m)
(length (valid-moves (apply-move m) (other-player))))