diff options
author | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
commit | fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1 (patch) | |
tree | 013ac5e16cbab2ed93e383e90e9f882506bd33dd /src/i_insert.go | |
parent | go (diff) | |
download | hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.gz hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.bz2 hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.xz hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.zst hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.zip |
much better roadmap
Diffstat (limited to 'src/i_insert.go')
-rw-r--r-- | src/i_insert.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_insert.go b/src/i_insert.go index 2ab0cf3..f57c458 100644 --- a/src/i_insert.go +++ b/src/i_insert.go @@ -61,7 +61,6 @@ import ( func i_insert_host(data *HardData, insert *HostNode) { tmp_next := data.litems.curr.next - // TODO: here } func i_insert_check_ok(data *HardData, insert *HostNode) { |