]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/res-subpool.c
Trans: Document which modules have to be resourcified
[libucw.git] / ucw / res-subpool.c
index 5b4271308b31e288e75a55c2a4b14b302ce38e2d..e224ae2c8cf42dfb5a8d9fd96bbde09585abbe5d 100644 (file)
@@ -46,7 +46,6 @@ res_subpool(struct respool *rp)
 {
   ASSERT(!rp->subpool_of);
   struct resource *r = res_new(&subpool_res_class, rp);
 {
   ASSERT(!rp->subpool_of);
   struct resource *r = res_new(&subpool_res_class, rp);
-  ASSERT(r);
   ASSERT(r->rpool != rp);              // Avoid simple loops
   rp->subpool_of = r;
   return r;
   ASSERT(r->rpool != rp);              // Avoid simple loops
   rp->subpool_of = r;
   return r;