diff options
Diffstat (limited to 'lib/resource.c')
-rw-r--r-- | lib/resource.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/resource.c b/lib/resource.c index c31d9889..a33fd214 100644 --- a/lib/resource.c +++ b/lib/resource.c @@ -29,12 +29,6 @@ * is freed upon shutdown of the module. */ -struct pool { - resource r; - list inside; - const char *name; -}; - static void pool_dump(resource *); static void pool_free(resource *); static resource *pool_lookup(resource *, unsigned long); |