mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove luaL_reservebuffer
This commit is contained in:
parent
7229853372
commit
ea9d29658c
1 changed files with 0 additions and 1 deletions
|
@ -1050,7 +1050,6 @@ static int str_format(lua_State* L)
|
|||
size_t length;
|
||||
const char* string = luaL_tolstring(L, arg, &length);
|
||||
|
||||
luaL_reservebuffer(&b, length, -1);
|
||||
luaL_addlstring(&b, string, length);
|
||||
|
||||
continue; /* skip the `addsize' at the end */
|
||||
|
|
Loading…
Add table
Reference in a new issue