Skip to content

Commit c81cdea

Browse files
committed
Remove extraneous assignment
Fixes #95
1 parent abb6f58 commit c81cdea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aws_iot_shadow_json.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ bool isJsonValidAndParse(const char *pJsonDocument, void *pJsonHandler, int32_t
348348
return false;
349349
}
350350

351-
pJsonHandler = (void *) jsonTokenStruct;
352351
*pTokenCount = tokenCount;
353352

354353
return true;

0 commit comments

Comments
 (0)