Commit ac374766 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a dead reference to SES_DeletePool() to remind ourselves where

it will be used from.
parent 91ac88d7
......@@ -571,6 +571,8 @@ pool_poolherder(void *priv)
}
}
/* XXX: remove pools */
if (0)
SES_DeletePool(NULL, NULL);
(void)sleep(1);
u = 0;
VTAILQ_FOREACH(pp, &pools, list)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment