aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_hardflip.go')
-rw-r--r--c_hardflip.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index e6bdbe0..c3945c1 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -94,8 +94,7 @@ func (data *HardData) sel_unique_id(id int) {
}
func main() {
- // TODO: fill litems
- // TODO: delete data.ptr | replace with litems
+ // TODO: delete data.ptr | replace everything ui with litems
data_dir := c_get_data_dir()
opts := HardOpts{true, true, false}
ldirs := c_load_data_dir(data_dir, opts)
@@ -144,6 +143,7 @@ func main() {
}
}
+ return
// PERF: test performance over a large amount of hosts with litems
i_ui(&data)
}