diff options
author | Joe <rbo@gmx.us> | 2024-04-12 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-12 20:20:20 +0200 |
commit | 8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8 (patch) | |
tree | 5b26bbfd8f0044d3c30914200375f51ef2a5d705 /src/c_lhosts.go | |
parent | commit (diff) | |
download | hardflip-8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8.tar.gz hardflip-8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8.tar.bz2 hardflip-8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8.tar.xz hardflip-8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8.tar.zst hardflip-8c8f4bfa2dcf7aaee2e0e7b364a667a28272e6e8.zip |
go
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 877135c..04595e8 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -158,10 +158,3 @@ func (lhost *HostList) count() int { } return count } - -func (host *HostNode) protocol_str() string { - if host.Protocol > PROTOCOL_MAX { - return "" - } - return PROTOCOL_STR[host.Protocol] -} |