[svn-commits] bkruse: branch group/appdocsxml r129155 - /team/group/appdocsxml/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 8 15:35:37 CDT 2008


Author: bkruse
Date: Tue Jul  8 15:35:36 2008
New Revision: 129155

URL: http://svn.digium.com/view/asterisk?view=rev&rev=129155
Log:
Get rid of an old code blob (unregister works fine.)

Modified:
    team/group/appdocsxml/main/pbx.c

Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=129155&r1=129154&r2=129155
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Tue Jul  8 15:35:36 2008
@@ -2585,14 +2585,6 @@
 	if (!acf)
 		return -1;
 
-	/* Let's try to find it in the Documentation XML */
-	/*
-	if (!acf->desc && !acf->synopsis) {
-		acf->synopsis =  syn->child->value.opaque;
-		acf->desc = desc->child->value.opaque;
-	}
-	*/
-
 	AST_RWLIST_WRLOCK(&acf_root);
 	if ((cur = AST_RWLIST_REMOVE(&acf_root, acf, acflist)))
 		ast_verb(2, "Unregistered custom function %s\n", cur->name);




More information about the svn-commits mailing list