Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc Remove unneeded prototypes.



details:   https://anonhg.NetBSD.org/src/rev/03b91f7690f0
branches:  trunk
changeset: 765926:03b91f7690f0
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Jun 10 15:52:44 2011 +0000

description:
Remove unneeded prototypes.

diffstat:

 tests/lib/libc/t_convfp.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f68551d81866 -r 03b91f7690f0 tests/lib/libc/t_convfp.c
--- a/tests/lib/libc/t_convfp.c Fri Jun 10 15:43:59 2011 +0000
+++ b/tests/lib/libc/t_convfp.c Fri Jun 10 15:52:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_convfp.c,v 1.3 2011/06/10 15:43:59 njoly Exp $       */
+/*     $NetBSD: t_convfp.c,v 1.4 2011/06/10 15:52:44 njoly Exp $       */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -42,9 +42,6 @@
 /* The same for unsigned long */
 #define ULONG_TESTVALUE        (LONG_MAX+42UL)
 
-static void test1();
-static void test2();
-static void test3();
 
 ATF_TC(test1);
 



Home | Main Index | Thread Index | Old Index