Signed-off-by: Athish Pranav D <athishanna@gmail.com>
This commit is contained in:
Athish Pranav D 2024-08-13 13:31:24 +05:30
parent c1cb968c04
commit 96493f581d

View File

@ -137,7 +137,6 @@ int msgpack_object_init(msgpack_object* d, void *data, size_t size, int type)
}
case MSGPACK_OBJECT_BIN:
{
d->type = type;
d->via.bin.ptr = (char *)data;
d->via.bin.size = size;
break;