Page MenuHomeFreeBSD

Remove qsort copy in hemidal
ClosedPublic

Authored by delphij on May 19 2017, 7:36 AM.
Tags
None
Referenced Files
F132584981: D10814.id28550.diff
Sat, Oct 18, 4:41 AM
Unknown Object (File)
Thu, Oct 16, 1:48 PM
Unknown Object (File)
Wed, Oct 15, 3:18 PM
Unknown Object (File)
Sun, Oct 12, 5:10 PM
Unknown Object (File)
Thu, Oct 2, 4:38 AM
Unknown Object (File)
Thu, Oct 2, 3:46 AM
Unknown Object (File)
Sep 17 2025, 11:32 AM
Unknown Object (File)
Aug 15 2025, 10:31 AM
Subscribers

Details

Summary

Remove qsort copy in hemidal.

Test Plan

(This change should be no-op as we do not define NEED_QSORT).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is related to bugs.freebsd.org/213922

This revision is now accepted and ready to land.May 22 2017, 1:54 PM

So this is just compiling to an empty qsort.o today, and the removal is to prevent it from being discovered in grep -r etc.?

Certainly removing it from the Makefile makes sense. I'm indifferent to deleting the contrib-like copy of the file itself.

This revision was automatically updated to reflect the committed changes.

So this is just compiling to an empty qsort.o today, and the removal is to prevent it from being discovered in grep -r etc.?

Certainly removing it from the Makefile makes sense. I'm indifferent to deleting the contrib-like copy of the file itself.

Ok, I'm omitting the deleting part.