mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.encodings: Removed a bit of unreachable code.
This commit is contained in:
parent
eadb0d45b9
commit
724ffca435
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ static int Lbase64_decode(lua_State *L) /** decode(s) */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const luaL_Reg Reg_base64[] =
|
static const luaL_Reg Reg_base64[] =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue