[MERGED] libosmocore[master]: remove unused local variable in get_rate_ctr()

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Sep 22 04:41:56 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

Change subject: remove unused local variable in get_rate_ctr()
......................................................................


remove unused local variable in get_rate_ctr()

Unused after 22886d9e320ecf734d2827d825a191b977f70d2c
"Fix retrieving rate_ctr over control interface"

Change-Id: Ib5411da80c4eb4f905a5ed87c60477eca2cdff42
---
M src/ctrl/control_if.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/ctrl/control_if.c b/src/ctrl/control_if.c
index 228fe35..05f6c76 100644
--- a/src/ctrl/control_if.c
+++ b/src/ctrl/control_if.c
@@ -474,7 +474,7 @@
 {
 	int intv;
 	unsigned int idx;
-	char *ctr_group, *ctr_idx, *ctr_name, *tmp, *dup, *saveptr, *interval;
+	char *ctr_group, *ctr_idx, *tmp, *dup, *saveptr, *interval;
 	struct rate_ctr_group *ctrg;
 	const struct rate_ctr *ctr;
 

-- 
To view, visit https://gerrit.osmocom.org/860
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5411da80c4eb4f905a5ed87c60477eca2cdff42
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list