+ Remove unlikely macro debug

SVN revision: 38840
This commit is contained in:
Jorge Luis Zapata Muga 2009-01-29 13:06:46 +00:00
parent b00bae1d92
commit 01ea61f11d
1 changed files with 0 additions and 4 deletions

View File

@ -843,10 +843,6 @@ rect_list_add_split_fuzzy(list_t *rects, list_node_t *node, int accepted_error)
break;
}
}
if (__builtin_expect((keep_dirty), 0))
{
printf("ok\n");
}
if (EINA_UNLIKELY(keep_dirty))
{
rect_list_append_node(rects, d_node);