[CTRACER]: function->name couldn't possibly be NULL

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2006-12-20 13:10:31 -02:00
parent 3e7e387ddb
commit a5147a7785
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static void method__add(struct cu *cu, struct function *function)
static struct function *function__filter(struct function *function,
void *cookie)
{
if (function->name == NULL || function__inlined(function) ||
if (function__inlined(function) ||
!function__has_parameter_of_type(function, cookie))
return NULL;