[PATCH] libosmocore[master]: src/msgb.c: remove dead includes from OpenBSC

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
Thu Mar 8 19:39:36 UTC 2018


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

src/msgb.c: remove dead includes from OpenBSC

The MSGB API is not a part of OpenBSC anymore, so let's remove
dead includes, which were probably left here during the
migration process.

Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726
---
M src/msgb.c
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/62/7162/1

diff --git a/src/msgb.c b/src/msgb.c
index 48ef25a..9efaea5 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -60,11 +60,8 @@
 #include <stdarg.h>
 #include <errno.h>
 
-
 #include <osmocom/core/msgb.h>
-//#include <openbsc/gsm_data.h>
 #include <osmocom/core/talloc.h>
-//#include <openbsc/debug.h>
 
 void *tall_msgb_ctx = NULL;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726
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