Skip to content

Commit ff08e8b

Browse files
clauderadare
authored andcommitted
Remove unnecessary xref sorting on every query ##analysis
https://claude.ai/code/session_015tU8A23whE5bgreK4UoDNM
1 parent 96e5bcd commit ff08e8b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

libr/anal/xrefs.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ R_API RVecAnalRef *r_anal_refs_get(RAnal *anal, ut64 from) {
326326
return NULL;
327327
}
328328

329-
RVecAnalRef_sort (anal_refs, compare_ref); // XXX not needed?
330329
return anal_refs;
331330
}
332331

@@ -339,7 +338,6 @@ R_API RVecAnalRef *r_anal_xrefs_get(RAnal *anal, ut64 to) {
339338
return NULL;
340339
}
341340

342-
RVecAnalRef_sort (anal_refs, compare_ref); // XXX not needed?
343341
return anal_refs;
344342
}
345343

@@ -352,7 +350,6 @@ R_API RVecAnalRef *r_anal_xrefs_get_from(RAnal *anal, ut64 to) {
352350
return NULL;
353351
}
354352

355-
RVecAnalRef_sort (anal_refs, compare_ref); // XXX not needed?
356353
return anal_refs;
357354
}
358355

0 commit comments

Comments
 (0)