Change in osmo-iuh[master]: hnbgw_vty.c: Drop unusued variables

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Mar 20 19:38:01 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/17546 )


Change subject: hnbgw_vty.c: Drop unusued variables
......................................................................

hnbgw_vty.c: Drop unusued variables

Change-Id: Ic7f730c9f51384006e471b5e8452f5821b458bbf
---
M src/hnbgw_vty.c
1 file changed, 1 insertion(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/46/17546/1

diff --git a/src/hnbgw_vty.c b/src/hnbgw_vty.c
index 84a5f01..f2e51d4 100644
--- a/src/hnbgw_vty.c
+++ b/src/hnbgw_vty.c
@@ -116,11 +116,10 @@
 {
 	struct osmo_ss7_route *rt;
 	struct osmo_ss7_instance *ss7 = osmo_sccp_get_ss7(g_hnb_gw->sccp.client);
-	int i;
 #define GUARD(STR) \
 	STR ? STR : "", \
 	STR ? ":" : ""
-	
+
 	vty_out(vty, "IuCS: %s <->",
 		osmo_sccp_user_name(g_hnb_gw->sccp.cnlink->sccp_user));
 	vty_out(vty, " %s%s%s%s",
@@ -223,7 +222,6 @@
 DEFUN(show_one_hnb, show_one_hnb_cmd, "show hnb NAME ", SHOW_STR "Display information about a HNB")
 {
 	struct hnb_context *hnb;
-	int found = 0;
 	const char *identity_info = argv[0];
 
 	if (llist_empty(&g_hnb_gw->hnb_list)) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/17546
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Ic7f730c9f51384006e471b5e8452f5821b458bbf
Gerrit-Change-Number: 17546
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200320/99dfb1be/attachment.htm>


More information about the gerrit-log mailing list