summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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;