]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - iotdev/aws-iot-device-sdk-embedded-c.git/commitdiff
Remove extraneous assignment
authorReddy, Varun <vareddy@amazon.com>
Wed, 11 Oct 2017 21:40:14 +0000 (14:40 -0700)
committerReddy, Varun <vareddy@amazon.com>
Wed, 11 Oct 2017 21:47:17 +0000 (14:47 -0700)
Fixes #95

src/aws_iot_shadow_json.c

index 5fd1a7927c63eb08928b794ffe89f61f95a278c6..2ac49e2c7654e70455d5d1f6086cbae98c5e0e59 100644 (file)
@@ -348,7 +348,6 @@ bool isJsonValidAndParse(const char *pJsonDocument, void *pJsonHandler, int32_t
                return false;
        }
 
-       pJsonHandler = (void *) jsonTokenStruct;
        *pTokenCount = tokenCount;
 
        return true;