/* 186 */ new InitialContext().unbind("java:/" + name);
/* */ }
/* */
/* */ private static void rlist(NamingContext ctx, NameComponent[] base, StringBuffer buf)
/* */ {
/* 192 */ BindingListHolder listHolder = new BindingListHolder(new Binding[0]);
/* 193 */ BindingIteratorHolder iterHolder = new BindingIteratorHolder();
/* 194 */ ctx.list(0, listHolder, iterHolder);
/* 195 */ BindingHolder bindingHolder = new BindingHolder();
/* */
/* 197 */ if (iterHolder.value == null) {