Page MenuHomeFreeBSD

Remove qsort copy in hemidal
ClosedPublic

Authored by delphij on May 19 2017, 7:36 AM.
Tags
None
Referenced Files
F81939460: D10814.diff
Tue, Apr 23, 12:12 PM
Unknown Object (File)
Thu, Apr 18, 3:57 PM
Unknown Object (File)
Fri, Apr 5, 9:29 AM
Unknown Object (File)
Feb 23 2024, 8:30 PM
Unknown Object (File)
Dec 24 2023, 1:52 AM
Unknown Object (File)
Dec 24 2023, 1:52 AM
Unknown Object (File)
Dec 24 2023, 1:52 AM
Unknown Object (File)
Dec 24 2023, 1:36 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 Passed
Unit
No Test Coverage
Build Status
Buildable 9371
Build 9832: arc lint + arc unit

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.