summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testframe.c')
-rw-r--r--test/testframe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testframe.c b/test/testframe.c
index 9bcccd1..f3cf781 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -126,9 +126,6 @@ AddTest(const char *TheName, void (*TheCall)(void), void (*Cleanup)(void), const
* private_parser: Optional routine provided by test program to parse the
* private options. Default to NULL which means none is provided.
*
- * Modifications:
- * Albert Cheng 2004/08/17
- * Added the ProgName, private_usage and private_parser arguments.
*/
void
TestInit(const char *ProgName, void (*private_usage)(void), int (*private_parser)(int ac, char *av[]))