mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-23 08:22:19 +00:00
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
This commit is contained in:
@@ -147,7 +147,6 @@ static struct vty_app_info vty_info = {
|
||||
.copyright = cbc_copyright,
|
||||
.go_parent_cb = cbc_vty_go_parent,
|
||||
.version = PACKAGE_VERSION,
|
||||
.is_config_node = NULL,
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
Reference in New Issue
Block a user