diff options
author | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
commit | 56c51cb7ce56244478da388b04869c139b80bdf5 (patch) | |
tree | 44c704e1e908fc396c8e3c213f6d49f0b66c1915 /c_lhosts.go | |
parent | ok this is great (diff) | |
download | hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.gz hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.bz2 hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.xz hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.zst hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.zip |
nothing's great retard boy
Diffstat (limited to 'c_lhosts.go')
-rw-r--r-- | c_lhosts.go | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index 0b7f702..bd02643 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_lhosts.go - * Tue Dec 26 12:07:56 2023 + * Thu 04 Jan 2024 11:50:55 AM CET * Joe * * the hosts linked list @@ -156,11 +156,3 @@ func (lhost *HostList) count() uint64 { func (host *HostNode) is_dir() bool { return false } - -func (host *HostNode) get_id() uint64 { - return host.ID -} - -func (host *HostNode) get_next() *HostNode { - return host.next -} |