[asterisk-commits] branch group/autoconf_and_menuselect r18865 -
/team/group/autoconf_and_menuse...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 10 10:29:44 MST 2006
Author: russell
Date: Mon Apr 10 12:29:40 2006
New Revision: 18865
URL: http://svn.digium.com/view/asterisk?rev=18865&view=rev
Log:
remove an old comment that isn't complete anymore and was really just to help
me out when i was first writing it. The code it refers to isn't complicated.
Modified:
team/group/autoconf_and_menuselect/build_tools/menuselect.c
Modified: team/group/autoconf_and_menuselect/build_tools/menuselect.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/menuselect.c?rev=18865&r1=18864&r2=18865&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/menuselect.c (original)
+++ team/group/autoconf_and_menuselect/build_tools/menuselect.c Mon Apr 10 12:29:40 2006
@@ -235,17 +235,6 @@
AST_LIST_INSERT_HEAD(&trees, tree, list);
- /*
- * The following loop is explained here:
- *
- * The outer for loop iterates through all of the categories. When
- * a category is found, we find its name. The category is then added
- * to the internal list of categories.
- *
- * The inner loop iterates through all of the members in the
- * category. For every member found, we find its name and store it in
- * the member list for the category.
- */
menu = mxmlFindElement(tree->root, tree->root, "menu", NULL, NULL, MXML_DESCEND);
for (cur = mxmlFindElement(menu, menu, "category", NULL, NULL, MXML_DESCEND);
cur;
More information about the asterisk-commits
mailing list