You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by da...@apache.org on 2007/08/06 16:33:47 UTC

svn commit: r563151 - /apr/apr-util/trunk/test/abts.h

Author: davi
Date: Mon Aug  6 07:33:46 2007
New Revision: 563151

URL: http://svn.apache.org/viewvc?view=rev&rev=563151
Log:
Remove prototypes of inexistent functions.

Modified:
    apr/apr-util/trunk/test/abts.h

Modified: apr/apr-util/trunk/test/abts.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/abts.h?view=diff&rev=563151&r1=563150&r2=563151
==============================================================================
--- apr/apr-util/trunk/test/abts.h (original)
+++ apr/apr-util/trunk/test/abts.h Mon Aug  6 07:33:46 2007
@@ -86,10 +86,6 @@
 #define ABTS_NOT_IMPL(a, b)         abts_not_impl(a, b, __LINE__);
 #define ABTS_ASSERT(a, b, c)        abts_assert(a, b, c, __LINE__);
 
-abts_suite *run_tests(abts_suite *suite);
-abts_suite *run_tests1(abts_suite *suite);
-
-
 #endif
 
 #ifdef __cplusplus