⚰️ remove unused helper

This commit is contained in:
DrMaxNix 2024-05-25 00:27:09 +02:00
parent a045181710
commit de101b21e8

9
xynat
View File

@ -387,15 +387,6 @@ xynat_validate_allow(){
#
# HELPER: List names of all interfaces.
#
xynat_iface_list(){
ip link show | grep -Pe "^[0-9]+: (.*): <.*$" | sed -E "s/^[0-9]+: (.*): <.*$/\1/g"
}
#
# HELPER: List all primary ip addresses of the host.
#