Index: libdw/dwarf_getscopes.c =================================================================== RCS file: /cvs/frysk/frysk-imports/elfutils/libdw/dwarf_getscopes.c,v retrieving revision 1.3 diff -u -r1.3 dwarf_getscopes.c --- libdw/dwarf_getscopes.c 26 Apr 2007 15:18:42 -0000 1.3 +++ libdw/dwarf_getscopes.c 19 Jul 2007 15:24:47 -0000 @@ -159,23 +159,8 @@ return -1; return 0; } - - - /* We've recorded the scopes back to one that is a concrete inlined - instance. Now return out of the traversal back to the scope - containing that instance. */ - - assert (a->inlined); - if (depth >= a->inlined) - /* Not there yet. */ - return 0; - - /* Now we are in a scope that contains the concrete inlined instance. - Search it for the inline function's abstract definition. - If we don't find it, return to search the containing scope. - If we do find it, the nonzero return value will bail us out - of the postorder traversal. */ - return __libdw_visit_scopes (depth, die, &origin_match, NULL, &a); + + return 0; }