summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2002-08-06 11:39:53 +0000
committertron <tron@NetBSD.org>2002-08-06 11:39:53 +0000
commitd3ff8ece64e236ed8ec973809ebeadd38bb28f93 (patch)
treefcde64a88dacdb6e44b58908421f80763c3912ea /quiz
parent558fcb69409d5a4a16925f496caf7bb7b1062bc9 (diff)
downloadbsdgames-darwin-d3ff8ece64e236ed8ec973809ebeadd38bb28f93.tar.gz
bsdgames-darwin-d3ff8ece64e236ed8ec973809ebeadd38bb28f93.tar.zst
bsdgames-darwin-d3ff8ece64e236ed8ec973809ebeadd38bb28f93.zip
Remove unused variable "err".
Diffstat (limited to 'quiz')
-rw-r--r--quiz/rxp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/quiz/rxp.c b/quiz/rxp.c
index cd8b223d..70152e38 100644
--- a/quiz/rxp.c
+++ b/quiz/rxp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rxp.c,v 1.8 2002/08/06 03:39:44 dbj Exp $ */
+/* $NetBSD: rxp.c,v 1.9 2002/08/06 11:39:53 tron Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rxp.c,v 1.8 2002/08/06 03:39:44 dbj Exp $");
+__RCSID("$NetBSD: rxp.c,v 1.9 2002/08/06 11:39:53 tron Exp $");
#endif
#endif /* not lint */
@@ -213,7 +213,6 @@ rxp__match(s, first, j_succ, j_fail, sp_fail)
static const char *sp;
int ch;
Rxp_t *grp_end = NULL;
- int err;
if (first) {
rp = rxpbuf;