Remove qsort copy in hemidal.
Details
Details
(This change should be no-op as we do not define NEED_QSORT).
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.