[MERGED] osmo-bts[master]: cosmetic: remove unused variable in osmo-bts-omldummy/main.c

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 28 08:53:32 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: cosmetic: remove unused variable in osmo-bts-omldummy/main.c
......................................................................


cosmetic: remove unused variable in osmo-bts-omldummy/main.c

Change-Id: I85d8c77589eae511f47b8b9b7439a2c47fe350d8
---
M src/osmo-bts-omldummy/main.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-omldummy/main.c b/src/osmo-bts-omldummy/main.c
index b9334b1..39f2ac2 100644
--- a/src/osmo-bts-omldummy/main.c
+++ b/src/osmo-bts-omldummy/main.c
@@ -11,7 +11,7 @@
 	struct gsm_bts *bts;
 	struct gsm_bts_trx *trx;
 	struct e1inp_line *line;
-	int rc, i;
+	int i;
 
 	char *dst_host = argv[1];
 	int site_id = atoi(argv[2]);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I85d8c77589eae511f47b8b9b7439a2c47fe350d8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list