From 4eb6b2de565156dacccc66b97c2bad20cae09351 Mon Sep 17 00:00:00 2001 From: Aurel Feer Date: Sun, 10 Apr 2022 22:27:29 +0200 Subject: [PATCH] remove unnecessary slot_alloc --- lib/aos/ram_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/aos/ram_alloc.c b/lib/aos/ram_alloc.c index a7f92d9..73b0fbd 100644 --- a/lib/aos/ram_alloc.c +++ b/lib/aos/ram_alloc.c @@ -21,8 +21,6 @@ static errval_t ram_alloc_remote(struct capref *ret, size_t size, size_t alignment) { errval_t err; - // afeer: hää? - slot_alloc(ret); // afeer, script page 133: get ram using rpc struct aos_rpc *memchan = aos_rpc_get_memory_channel();