aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo16
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo16')
-rw-r--r--include/08.heap/deo165
1 files changed, 0 insertions, 5 deletions
diff --git a/include/08.heap/deo16 b/include/08.heap/deo16
deleted file mode 100644
index 78f4675..0000000
--- a/include/08.heap/deo16
+++ /dev/null
@@ -1,5 +0,0 @@
- for (x = (b->lfb + 1 >= bcnt ? 0 : b->lfb + 1); x != b->lfb; ++x) {
- /* just wrap around */
- if (x >= bcnt) {
- x = 0;
- }