summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 00:23:59 +0000
committerchristos <christos@NetBSD.org>2001-02-05 00:23:59 +0000
commitc88424fc09d64d3fb56632605482552dec68e04e (patch)
treef825052ba594ecb164180b20525643550d64f68d /backgammon
parentc5671626f49b2dcbf700d4b156a31912aea44b04 (diff)
downloadbsdgames-darwin-c88424fc09d64d3fb56632605482552dec68e04e.tar.gz
bsdgames-darwin-c88424fc09d64d3fb56632605482552dec68e04e.tar.zst
bsdgames-darwin-c88424fc09d64d3fb56632605482552dec68e04e.zip
remove redundant decl
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/teachgammon/teach.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c
index f4c13d28..14e96c1b 100644
--- a/backgammon/teachgammon/teach.c
+++ b/backgammon/teachgammon/teach.c
@@ -1,4 +1,4 @@
-/* $NetBSD: teach.c,v 1.11 2000/05/08 07:56:01 mycroft Exp $ */
+/* $NetBSD: teach.c,v 1.12 2001/02/05 00:23:59 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,15 +43,13 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: teach.c,v 1.11 2000/05/08 07:56:01 mycroft Exp $");
+__RCSID("$NetBSD: teach.c,v 1.12 2001/02/05 00:23:59 christos Exp $");
#endif
#endif /* not lint */
#include "back.h"
#include "tutor.h"
-extern short ospeed; /* tty output speed for termlib */
-
const char *const helpm[] = {
"\nEnter a space or newline to roll, or",
" b to display the board",