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
Review at https://gerrit.osmocom.org/860
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/60/860/1
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: newchange
Gerrit-Change-Id: Ib5411da80c4eb4f905a5ed87c60477eca2cdff42
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>