COMP: Remove warning

This commit is contained in:
Andy Cedilnik 2006-07-13 11:30:22 -04:00
parent 4f728e93e1
commit 0d6b407630
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,7 @@ int
/*
** @LISTHASH_PREFIX@_list_dup() - copy an existing list
*/
/*
static @LISTHASH_PREFIX@_list_t *
@LISTHASH_PREFIX@_list_dup(@LISTHASH_PREFIX@_list_t *l)
{
@ -429,6 +430,7 @@ static @LISTHASH_PREFIX@_list_t *
#endif
return newlist;
}
*/
/*