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)
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
Unknown Object (File)
Dec 20 2023, 8:37 AM
Unknown Object (File)
Nov 3 2023, 9:38 PM
Unknown Object (File)
Sep 11 2023, 2:40 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.