Skip to content

Commit

Permalink
schema tree MAINTENANCE remove unused global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrejci authored and PavolVican committed Feb 21, 2016
1 parent d10e064 commit 7639ddd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/tree_schema.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@
#include "tree_internal.h"
#include "validation.h"

static const struct internal_modules int_mods = {
.modules = {
{"ietf-yang-types", "2013-07-15"},
{"ietf-inet-types", "2013-07-15"},
{"ietf-yang-library", "2015-07-03"}
},
.count = LY_INTERNAL_MODULE_COUNT
};

API const struct lys_feature *
lys_is_disabled(const struct lys_node *node, int recursive)
{
Expand Down

0 comments on commit 7639ddd

Please sign in to comment.