diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-03-11 16:52:51 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-03-11 16:52:51 -0400 | 
| commit | a67e159e3b741f26d104342cdeb4c9ed9a06f47e (patch) | |
| tree | dd48dbc47bce4526d36ad4c01c16aec723c8356a | |
| parent | ad1722cedd46debadaee9efd398f08af2be90ea9 (diff) | |
lib: Remove MTYPE_SYSREPO it is not used
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rw-r--r-- | lib/northbound_sysrepo.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/northbound_sysrepo.c b/lib/northbound_sysrepo.c index 4942d66850..640334926d 100644 --- a/lib/northbound_sysrepo.c +++ b/lib/northbound_sysrepo.c @@ -19,8 +19,6 @@  #include <sysrepo/values.h>  #include <sysrepo/xpath.h> -DEFINE_MTYPE_STATIC(LIB, SYSREPO, "Sysrepo module"); -  static struct debug nb_dbg_client_sysrepo = {0, "Northbound client: Sysrepo"};  static struct event_loop *master;  | 
