summaryrefslogtreecommitdiff
path: root/monty/monty.c
diff options
context:
space:
mode:
Diffstat (limited to 'monty/monty.c')
-rw-r--r--monty/monty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monty/monty.c b/monty/monty.c
index 5914db8..3194810 100644
--- a/monty/monty.c
+++ b/monty/monty.c
@@ -40,7 +40,6 @@ enum Strategy {
unsigned int monty(int door_count, unsigned long plays, enum Strategy strategy)
{
unsigned int i = 0;
- int door = 0;
unsigned int wins = 0;
int prize = -1;
int choice = -1;