mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 20:12:52 +03:00
Remove Value_Buffer.len field
It is not used. Also change `buffer` field type to avoid confusion.
This commit is contained in:
parent
3e92863e1c
commit
c292437a28
@ -176,8 +176,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
Value_header header;
|
||||
size_t len;
|
||||
char *buffer;
|
||||
void *buffer; // *Buffer
|
||||
} Value_Buffer;
|
||||
|
||||
typedef struct
|
||||
|
Loading…
Reference in New Issue
Block a user