Module Name: src
Committed By: njoly
Date: Fri Jun 10 15:52:44 UTC 2011
Modified Files:
src/tests/lib/libc: t_convfp.c
Log Message:
Remove unneeded prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/t_convfp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/t_convfp.c
diff -u src/tests/lib/libc/t_convfp.c:1.3 src/tests/lib/libc/t_convfp.c:1.4
--- src/tests/lib/libc/t_convfp.c:1.3 Fri Jun 10 15:43:59 2011
+++ src/tests/lib/libc/t_convfp.c Fri Jun 10 15:52:44 2011
@@ -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);