remove blob_buf::priv
This commit is contained in:
parent
461e986a80
commit
34b9f56464
1 changed files with 0 additions and 1 deletions
1
blob.h
1
blob.h
|
@ -115,7 +115,6 @@ struct blob_buf {
|
|||
bool (*grow)(struct blob_buf *buf, int minlen);
|
||||
int buflen;
|
||||
void *buf;
|
||||
void *priv;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue