Breadcrumbs

where can I find the function --> mfn_breadcrumbs(); ?
the theme display :
<h1>TITLE</h1> and after
<ul class="breadcrumbs no-link">
<li>link</li>
<li>link</li>
<li>TITLE</li>
</ul>
I would like to delete this line <li>TITLE</li> ( because already use on <h1> title)
thanks in advance

Comments
all theme functions are located under functions/theme-functions.php file.