aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-08-09 14:49:04 +0000
committerNeal H. Walfield <[email protected]>2015-08-20 12:16:15 +0000
commitf05d60b3813a97e316a067680d7598b74621a522 (patch)
treec9df3034388df23a202697e5148b209b87eefa5c /common/iobuf.h
parentcommon/iobuf.h: Replace further use of literals with symbolic constants. (diff)
downloadgnupg-f05d60b3813a97e316a067680d7598b74621a522.tar.gz
gnupg-f05d60b3813a97e316a067680d7598b74621a522.zip
common/iobuf.c: Remove dead code (opaque).
* common/iobuf.h (struct iobuf_struct): Remove field opaque. Remove all uses of it. -- Signed-off-by: Neal H. Walfield <[email protected]>.
Diffstat (limited to 'common/iobuf.h')
-rw-r--r--common/iobuf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/iobuf.h b/common/iobuf.h
index 23b1d091e..c83ec290f 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -97,9 +97,6 @@ struct iobuf_struct
(passed to filter) */
int no, subno;
const char *desc;
- void *opaque; /* Can be used to hold any information
- this value is copied to all
- instances */
};
#ifndef EXTERN_UNLESS_MAIN_MODULE