Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/quiz Remove unused variable "err".
details: https://anonhg.NetBSD.org/src/rev/f1c4f6186797
branches: trunk
changeset: 534909:f1c4f6186797
user: tron <tron%NetBSD.org@localhost>
date: Tue Aug 06 11:39:53 2002 +0000
description:
Remove unused variable "err".
diffstat:
games/quiz/rxp.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r e8f07ea9a0f6 -r f1c4f6186797 games/quiz/rxp.c
--- a/games/quiz/rxp.c Tue Aug 06 09:03:55 2002 +0000
+++ b/games/quiz/rxp.c Tue Aug 06 11:39:53 2002 +0000
@@ -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 @@
static const char *sp;
int ch;
Rxp_t *grp_end = NULL;
- int err;
if (first) {
rp = rxpbuf;
Home |
Main Index |
Thread Index |
Old Index