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:
Pau Espin Pedrol
2025-03-04 18:10:49 +01:00
parent 28d66aa8ec
commit f25277e872

View File

@@ -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 {