Skip to content

Commit

Permalink
lua: remove old leftover MI commands export
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Jan 30, 2019
1 parent 2c36577 commit ec2472c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/lua/siplua.c
Expand Up @@ -62,16 +62,6 @@ static param_export_t params[] = {
{ 0, 0, 0 }
};

/*
* Exported MI functions
*/
static mi_export_t mi_cmds[] = {
{ "lua_reload", 0,siplua_mi_reload, 0, 0, 0 },
{ "bla" , 0,siplua_mi_bla, 0, 0, 0 },
{ "watch", 0,siplua_mi_watch, 0, 0, 0 },
{ 0, 0, 0, 0, 0, 0 }
};

static mi_export_t mi_cmds[] = {
{ "watch", 0,0,0, {
{siplua_mi_watch, {0}},
Expand Down

0 comments on commit ec2472c

Please sign in to comment.