chiark / gitweb /
buffer: Abolish unused `flags'
[secnet.git] / secnet.h
index eb8bf0cc011fc883980f90226f7fe7c90e56122d..5b1e24b402fff7bb8c3426425bb937ae93fdb3f4 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -659,7 +659,6 @@ struct hash_if {
 struct buffer_if {
     bool_t free;
     cstring_t owner; /* Set to constant string */
-    uint32_t flags; /* How paranoid should we be? */
     struct cloc loc; /* Where we were defined */
     uint8_t *base;
     uint8_t *start;