--- libaitcfg/src/queue.c 2012/04/02 16:11:13 1.6.4.5 +++ libaitcfg/src/queue.c 2012/04/03 07:31:06 1.6.4.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: queue.c,v 1.6.4.5 2012/04/02 16:11:13 misho Exp $ +* $Id: queue.c,v 1.6.4.6 2012/04/03 07:31:06 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -67,14 +67,6 @@ _selectAttribute(cfg_root_t * __restrict cfg, const ch return RB_NFIND(tagRC, cfg, &fav); else return RB_FIND(tagRC, cfg, &fav); -} - -static inline void -_destroyAttribute(struct tagCfg *av) -{ - if (!av) - return; - } /* --------------------------------------------------------------- */