fixeria submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
common: Remove unused function gsm_objclass2nmstate()
Change-Id: Ia538e3f3d416408f69f9d8e6c8c746eddd9f005a
---
M src/common/oml.c
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/src/common/oml.c b/src/common/oml.c
index 4df5372..db95747 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -1781,20 +1781,6 @@
return mo;
}
-/* obtain the gsm_nm_state data structure for a given object instance */
-struct gsm_nm_state *
-gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class,
- const struct abis_om_obj_inst *obj_inst)
-{
- struct gsm_abis_mo *mo;
-
- mo = gsm_objclass2mo(bts, obj_class, obj_inst);
- if (!mo)
- return NULL;
-
- return &mo->nm_state;
-}
-
/* obtain the in-memory data structure of a given object instance */
void *
gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,
To view, visit change 32074. To unsubscribe, or for help writing mail filters, visit settings.