Remove Value_Buffer.len field

It is not used.

Also change `buffer` field type to avoid confusion.
This commit is contained in:
Stiopa Koltsov 2021-07-11 12:00:01 +01:00
parent 3e92863e1c
commit c292437a28

View File

@ -176,8 +176,7 @@ typedef struct
typedef struct
{
Value_header header;
size_t len;
char *buffer;
void *buffer; // *Buffer
} Value_Buffer;
typedef struct