chiark / gitweb /
buffer: Abolish unused `flags'
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 11:54:59 +0000 (12:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:17 +0000 (19:16 +0100)
commit25c1c9be88f92d4398167d5b0bc5a799c21d92e6
tree235384530d6d3df6ee685880f65ea1df124ff43a
parentb957a1c9c7eeb6743cc36e5c93cd6a93f6105ae9
buffer: Abolish unused `flags'

This variable is never examined.

This has the comment `How paranoid should we be?' but in fact the
paranoia level (such as it is) is set by which entrypoint we call.  It
would not be appropriate to make this a buffer property anyway.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
secnet.h
util.c