Page MenuHomeFreeBSD

Remove qsort copy in hemidal
ClosedPublic

Authored by delphij on May 19 2017, 7:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 5:03 PM
Unknown Object (File)
Jan 2 2025, 9:02 AM
Unknown Object (File)
Dec 21 2024, 5:08 PM
Unknown Object (File)
Dec 5 2024, 11:21 PM
Unknown Object (File)
Dec 5 2024, 11:21 PM
Unknown Object (File)
Dec 5 2024, 11:21 PM
Unknown Object (File)
Dec 1 2024, 6:25 PM
Unknown Object (File)
Oct 30 2024, 12:20 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.