Skip to content

Commit

Permalink
mtree: removed some unnoticed mi variables
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 4, 2017
1 parent a828225 commit a22eda5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/mtree/mtree_mod.c
Expand Up @@ -1042,8 +1042,6 @@ int rpc_mtree_print_node(rpc_t* rpc, void* ctx, m_tree_t *tree, mt_node_t *pt,
char *code, int len)
{
int i;
struct mi_node* node = NULL;
struct mi_attr* attr= NULL;
mt_is_t *tvalues;
str val;
void* th = NULL;
Expand Down Expand Up @@ -1110,9 +1108,6 @@ void rpc_mtree_list(rpc_t* rpc, void* ctx)
{
str tname = {0, 0};
m_tree_t *pt;
struct mi_node* node = NULL;
struct mi_root* rpl_tree = NULL;
struct mi_node* rpl = NULL;
static char code_buf[MT_MAX_DEPTH+1];
int len;

Expand Down

0 comments on commit a22eda5

Please sign in to comment.