remove blob_buf::priv
[project/libubox.git] / blob.h
diff --git a/blob.h b/blob.h
index c9364e9..a7afdcb 100644 (file)
--- a/blob.h
+++ b/blob.h
@@ -115,7 +115,6 @@ struct blob_buf {
        bool (*grow)(struct blob_buf *buf, int minlen);
        int buflen;
        void *buf;
-       void *priv;
 };
 
 /*