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)
Tue, Jun 30, 11:46 AM
Unknown Object (File)
Tue, Jun 30, 7:09 AM
Unknown Object (File)
Sun, Jun 28, 12:31 PM
Unknown Object (File)
Wed, Jun 24, 5:59 AM
Unknown Object (File)
Tue, Jun 23, 3:44 PM
Unknown Object (File)
Mon, Jun 22, 2:54 PM
Unknown Object (File)
Sun, Jun 21, 12:32 AM
Unknown Object (File)
Fri, Jun 19, 10:52 PM
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.