summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace/TODO
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2020-01-28 12:13:49 +0000
committermpi <mpi@openbsd.org>2020-01-28 12:13:49 +0000
commit88be68db3fba5dfeefe339107566897dd7d709bd (patch)
tree681cfb15870adc3c8ccb6187e00a5d4dfc0d0000 /usr.sbin/btrace/TODO
parentRename *_concat() into *_append() to match reality. (diff)
downloadwireguard-openbsd-88be68db3fba5dfeefe339107566897dd7d709bd.tar.xz
wireguard-openbsd-88be68db3fba5dfeefe339107566897dd7d709bd.zip
Implement delete() and @map[key] access.
Diffstat (limited to 'usr.sbin/btrace/TODO')
-rw-r--r--usr.sbin/btrace/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/btrace/TODO b/usr.sbin/btrace/TODO
index 4cd60171f47..f709815ddcc 100644
--- a/usr.sbin/btrace/TODO
+++ b/usr.sbin/btrace/TODO
@@ -10,7 +10,6 @@ Missing features:
- @ = lhist(x, min, max, step)
- @ = min(x)
- @ = max(x)
-- delete(@map[key])
Improvements: