aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_lhosts.go')
-rw-r--r--c_lhosts.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/c_lhosts.go b/c_lhosts.go
index e2d7d5e..48c3a8b 100644
--- a/c_lhosts.go
+++ b/c_lhosts.go
@@ -147,22 +147,6 @@ func (lhost *HostList) count() int {
return count
}
-func (host *HostNode) is_dir() bool {
- return false
-}
-
-func (host *HostNode) get_id() int {
- return host.ID
-}
-
-func (host *HostNode) get_self_dirs() *DirsNode {
- return nil
-}
-
-func (host *HostNode) get_self_host() *HostNode {
- return host
-}
-
func (host *HostNode) protocol_str() string {
switch host.Protocol {
case 0: return "SSH"