Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libtelnet Remove unused code
details: https://anonhg.NetBSD.org/src/rev/8f34f7235429
branches: trunk
changeset: 446650:8f34f7235429
user: maya <maya%NetBSD.org@localhost>
date: Thu Dec 13 09:09:32 2018 +0000
description:
Remove unused code
diffstat:
lib/libtelnet/spx.c | 18 ++----------------
1 files changed, 2 insertions(+), 16 deletions(-)
diffs (36 lines):
diff -r 3424f8f4ded9 -r 8f34f7235429 lib/libtelnet/spx.c
--- a/lib/libtelnet/spx.c Thu Dec 13 09:07:53 2018 +0000
+++ b/lib/libtelnet/spx.c Thu Dec 13 09:09:32 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spx.c,v 1.7 2005/04/19 03:19:46 christos Exp $ */
+/* $NetBSD: spx.c,v 1.8 2018/12/13 09:09:32 maya Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -35,7 +35,7 @@
#if 0
static char sccsid[] = "@(#)spx.c 8.2 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: spx.c,v 1.7 2005/04/19 03:19:46 christos Exp $");
+__RCSID("$NetBSD: spx.c,v 1.8 2018/12/13 09:09:32 maya Exp $");
#endif
#endif /* not lint */
@@ -578,17 +578,3 @@
}
#endif
-
-#ifdef notdef
-
-prkey(msg, key)
- char *msg;
- unsigned char *key;
-{
- register int i;
- printf("%s:", msg);
- for (i = 0; i < 8; i++)
- printf(" %3d", key[i]);
- printf("\r\n");
-}
-#endif
Home |
Main Index |
Thread Index |
Old Index