the aufs_q[read|write]_pool is no longer used, but there still was references
to the unused (and never created) pools on shutdown.
/*
- * $Id: store_dir_aufs.cc,v 1.55 2003/02/21 22:50:29 robertc Exp $
+ * $Id: store_dir_aufs.cc,v 1.56 2003/05/11 10:00:41 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
#include "ufscommon.h"
#include "SwapDir.h"
-MemPool *aufs_qread_pool = NULL;
-MemPool *aufs_qwrite_pool = NULL;
static int asyncufs_initialised = 0;
/* The MAIN externally visible function */
storeAufsDirDone(void)
{
aioDone();
- memPoolDestroy(&aufs_qread_pool);
- memPoolDestroy(&aufs_qwrite_pool);
asyncufs_initialised = 0;
}