remove blob_buf::priv
authorFelix Fietkau <nbd@openwrt.org>
Sat, 29 Jan 2011 17:00:01 +0000 (18:00 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 29 Jan 2011 17:00:01 +0000 (18:00 +0100)
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;
 };
 
 /*