Skip to content

Commit

Permalink
app_ruby: removed wrong assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 18, 2018
1 parent 606a8d6 commit f8ae1b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/app_ruby/app_ruby_api.c
Expand Up @@ -574,7 +574,6 @@ static VALUE app_ruby_sr_modf(int argc, VALUE* argv, VALUE self)

ret = 1;
act = NULL;
argc = 0;
memset(rbv, 0, MAX_ACTIONS*sizeof(char*));
memset(paramv, 0, MAX_ACTIONS*sizeof(char*));
env_R = app_ruby_sr_env_get();
Expand Down Expand Up @@ -1070,4 +1069,4 @@ int app_ruby_kemi_export_libs(void)
int app_ruby_init_rpc(void)
{
return 0;
}
}

0 comments on commit f8ae1b6

Please sign in to comment.