pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-cbc/+/39680?usp=email )
Change subject: Drop unnecessary static initialization to NULL
......................................................................
Drop unnecessary static initialization to NULL
Moreover, this callback was drepecated and is not ever called since
libosmocore.git 70ce871532ab21955e0955d7e230eae65438f047 (release 1.3.0).
See also libosmocore.git d31de237582f6fe3315d61bb9a488d4cda92654e.
Change-Id: I68ed65537eb6f33ef666a79ddef70b46c995e0e7
---
M src/cbc_main.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/80/39680/1
diff --git a/src/cbc_main.c b/src/cbc_main.c
index c777ef6..2de8c72 100644
--- a/src/cbc_main.c
+++ b/src/cbc_main.c
@@ -147,7 +147,6 @@
.copyright = cbc_copyright,
.go_parent_cb = cbc_vty_go_parent,
.version = PACKAGE_VERSION,
- .is_config_node = NULL,
};
static struct {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/39680?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I68ed65537eb6f33ef666a79ddef70b46c995e0e7
Gerrit-Change-Number: 39680
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>