K 10 svn:author V 6 donner K 8 svn:date V 27 2021-06-07T05:53:38.066229Z K 7 svn:log V 769 libalias: Remove unused function LibAliasCheckNewLink The functionality to detect a newly created link after processing a single packet is decoupled from the packet processing. Every new packet is processed asynchronously and will reset the indicator, hence the function is unusable. I made a Google search for third party code, which uses the function, and failed to find one. That's why the function should be removed: It unusable and unused. A much simplified API/ABI will remain in anything below 14. Discussed with: kp Reviewed by: manpages (bcr) Differential Revision: https://reviews.freebsd.org/D30275 (cherry picked from commit bfd41ba1fe1d0e40b6a813aeb0354cac8d884f5b) Git Hash: 09a6fc8dbe2e96317d8f88d4179e436df73d59fd Git Author: donner@FreeBSD.org END