Remove err dp error message, which is triggered for no reason by afu on code with jumps and calls (#14056)

This commit is contained in:
Adrian Studer 2019-05-13 13:36:06 -07:00 committed by radare
parent f3e4d0239e
commit 98436899da

View File

@ -1655,7 +1655,6 @@ R_API int r_core_anal_fcn(RCore *core, ut64 at, ut64 from, int reftype, int dept
return false;
}
if (at == UT64_MAX || depth < 0) {
eprintf ("err dp\n");
return false;
}
if (r_cons_is_breaked ()) {