diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | 124d53800e69287d67cb7fd1ce8cb40dbc43dafc (patch) | |
tree | 02f1bc536c45cb4a9ff9ca6435f70eae543c6bbf /c_lhosts.go | |
parent | cool (diff) | |
download | hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.gz hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.bz2 hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.xz hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.zst hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.zip |
deleting
Diffstat (limited to '')
-rw-r--r-- | c_lhosts.go | 16 |
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" |