[yast-commit] r67012 - /trunk/openwsman-yast/src/yast_stub_custom.c
Author: kkaempf Date: Thu Dec 8 15:21:34 2011 New Revision: 67012 URL: http://svn.opensuse.org/viewcvs/yast?rev=67012&view=rev Log: drop unused var arglen Modified: trunk/openwsman-yast/src/yast_stub_custom.c Modified: trunk/openwsman-yast/src/yast_stub_custom.c URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/yast_stub_cust... ============================================================================== --- trunk/openwsman-yast/src/yast_stub_custom.c (original) +++ trunk/openwsman-yast/src/yast_stub_custom.c Thu Dec 8 15:21:34 2011 @@ -183,7 +183,6 @@ } list_t *arglist = (list_t *)hnode_get(hn); - int arglen = list_count(arglist); lnode_t *argnode = list_first(arglist); if (!argnode) { status.fault_code = WSMAN_SCHEMA_VALIDATION_ERROR; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn2.opensuse.org