[PATCH] libosmocore[master]: gsm/gsm48.c: drop useless assignment

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sun Jun 11 21:39:44 UTC 2017


Review at  https://gerrit.osmocom.org/2881

gsm/gsm48.c: drop useless assignment

Change-Id: I96c1ba70e332199a4ca95e827a7562f953975af4
---
M src/gsm/gsm48.c
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/81/2881/1

diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index 543c9c0..f7ad67c 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -410,7 +410,6 @@
 	bcd[1] = val % 10;
 	val = val / 10;
 	bcd[0] = val % 10;
-	val = val / 10;
 }
 
 /*! \brief Checks is particular message is cipherable in A/Gb mode according to

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96c1ba70e332199a4ca95e827a7562f953975af4
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list