1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-16 00:03:45 +00:00

removed unreferenced variable

This commit is contained in:
Bryan Roe
2020-11-26 11:29:28 -08:00
parent 4c82974aec
commit bb71feabbf
3 changed files with 1 additions and 4 deletions

View File

@@ -280,7 +280,6 @@ void ILibDuktape_SimpleDataStore_raw_GetCachedValues_Object_sink(ILibSimpleDataS
void ILibDuktape_SimpleDataStore_raw_GetCachedValues_Array_sink(ILibSimpleDataStore sender, char* Key, size_t KeyLen, char* Value, size_t ValueLen, void *user)
{
duk_context *ctx = (duk_context*)user;
duk_idx_t top = duk_get_top(ctx); // [array]
duk_push_lstring(ctx, Key, KeyLen); // [array][key]
char *k2 = (char*)duk_get_string(ctx, -1);