From: Felix Fietkau Date: Sat, 29 Jan 2011 17:00:01 +0000 (+0100) Subject: remove blob_buf::priv X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=34b9f56464485dd1c899958b80fbfd18a76e7a2c remove blob_buf::priv --- diff --git a/blob.h b/blob.h index c9364e9..a7afdcb 100644 --- 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; }; /*