[Aceunit-commit] SF.net SVN: aceunit:[516] trunk/src/native/AceUnitMain.c
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-08-16 15:20:05
|
Revision: 516 http://aceunit.svn.sourceforge.net/aceunit/?rev=516&view=rev Author: christianhujer Date: 2009-08-16 15:19:56 +0000 (Sun, 16 Aug 2009) Log Message: ----------- Remove redundant prototype from .c file. Modified Paths: -------------- trunk/src/native/AceUnitMain.c Modified: trunk/src/native/AceUnitMain.c =================================================================== --- trunk/src/native/AceUnitMain.c 2009-08-16 15:05:13 UTC (rev 515) +++ trunk/src/native/AceUnitMain.c 2009-08-16 15:19:56 UTC (rev 516) @@ -55,11 +55,6 @@ #define TEST_FAILURES_FOR_VERIFICATION 0 #endif -/** Prototype for running a suite. - * @param suite Suite to run. - */ -extern void runSuite(const TestSuite_t *const suite); - /** This always is the first suite. */ extern TestSuite_t suite1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |