ref: 14b177304b50b56848a0190570db1576abbe545f
parent: ef4bb94577ee6a428ebf4c9c9ddc675d5d73ad4b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jun 22 11:40:36 EDT 2014
remove imagepagerefs() acid function
--- a/sys/lib/acid/kernel
+++ b/sys/lib/acid/kernel
@@ -29,20 +29,6 @@
// print Image cache contents
IHASHSIZE = 64;
-defn imagepagerefs(i) {- local p, n;
-
- n = 0;
- p = palloc.$tail;
- while p != 0 && p.image != 0 do {- if p.image == i then {- n = n + 1;
- }
- p = p.prev;
- }
- return n;
-}
-
defn imagecacheline(h) {local d, p, q;
--
⑨