Skip to content

Commit

Permalink
lua: fix previous commit
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
rvlad-patrascu committed Jun 22, 2023
1 parent 949422a commit aa9f3e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/lua/sipluafunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void siplua_log(int lev, const char *format, ...)
{
va_list ap;
char *ret;
int priority;
int rc;

if (!format)
Expand Down

0 comments on commit aa9f3e2

Please sign in to comment.