diff options
Diffstat (limited to 'contrib/pgcrypto/mbuf.c')
-rw-r--r-- | contrib/pgcrypto/mbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgcrypto/mbuf.c b/contrib/pgcrypto/mbuf.c index 0467212a281..548ef620974 100644 --- a/contrib/pgcrypto/mbuf.c +++ b/contrib/pgcrypto/mbuf.c @@ -94,8 +94,6 @@ prepare_room(MBuf *mbuf, int block_len) mbuf->data_end = newbuf + (mbuf->data_end - mbuf->data); mbuf->read_pos = newbuf + (mbuf->read_pos - mbuf->data); mbuf->data = newbuf; - - return; } int |