aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r--src/c_lhosts.go7
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]
-}