1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 04:04:31 +00:00

fixed compiler warning

This commit is contained in:
Bryan Roe
2020-12-04 18:50:16 -08:00
parent 02e3a54386
commit 018ba942a8

View File

@@ -281,7 +281,6 @@ void ILibDuktape_SimpleDataStore_raw_GetCachedValues_Array_sink(ILibSimpleDataSt
{
duk_context *ctx = (duk_context*)user;
duk_push_lstring(ctx, Key, KeyLen); // [array][key]
char *k2 = (char*)duk_get_string(ctx, -1);
duk_push_object(ctx); // [array][key][object]
duk_dup(ctx, -2); // [array][key][obj][key]