1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 11:43:26 +00:00

fixed compiler warning

This commit is contained in:
Bryan Roe
2019-02-10 21:53:41 -08:00
parent a10bd1a205
commit 86d0b0fd18

View File

@@ -309,7 +309,6 @@ duk_ret_t ILibDuktape_Polyfills_String_padStart(duk_context *ctx)
else else
{ {
duk_size_t needs = totalLen - bufferLen; duk_size_t needs = totalLen - bufferLen;
duk_size_t i;
duk_push_array(ctx); // [array] duk_push_array(ctx); // [array]
while(needs > 0) while(needs > 0)