From 124d53800e69287d67cb7fd1ce8cb40dbc43dafc Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 5 Jan 2024 20:20:20 +0100 Subject: deleting --- c_lhosts.go | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'c_lhosts.go') 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" -- cgit v1.2.3