aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/chomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/chomp.c')
-rw-r--r--test/c/chomp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/c/chomp.c b/test/c/chomp.c
index 7c8e6110..c88cef5c 100644
--- a/test/c/chomp.c
+++ b/test/c/chomp.c
@@ -339,11 +339,7 @@ int main(void)
ncol = 7;
-#ifdef SMALL_PROBLEM_SIZE
nrow = 7;
-#else
- nrow = 8;
-#endif
tree = make_play(1); /* create entire tree structure, not just the */
player = 0; /* needed part for first move */
current = make_data(nrow,ncol); /* start play at full board */