summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-12-22 15:35:29 +0100
committerMaria Matejka <mq@ucw.cz>2021-12-22 15:35:49 +0100
commitffa6a51c58e7880a330e2bc3da22e5e5174e2100 (patch)
tree80c79463dbd904cf357a6286f2e9e35f4ba594ba /lib
parenta840170e84b004b398552687f8e3fd54816ae2a5 (diff)
Thread documentation: Chapter 4 on memory management
Diffstat (limited to 'lib')
-rw-r--r--lib/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/resource.h b/lib/resource.h
index b80ff8c6..3e589e32 100644
--- a/lib/resource.h
+++ b/lib/resource.h
@@ -43,7 +43,6 @@ struct resclass {
typedef struct pool {
resource r;
list inside;
- struct pool_pages *pages;
struct birdloop *loop;
const char *name;
} pool;