diff options
author | Damien Miller <djm@mindrot.org> | 2012-02-10 22:19:21 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-02-10 22:19:21 +0100 |
commit | 72de982def3ee6263922d315c7c743c97f600e6c (patch) | |
tree | 25b8c5e5ac34020e2d6e859a6c2ec049d25a544c /packet.c | |
parent | - markus@cvs.openbsd.org 2012/01/25 19:36:31 (diff) | |
download | openssh-72de982def3ee6263922d315c7c743c97f600e6c.tar.xz openssh-72de982def3ee6263922d315c7c743c97f600e6c.zip |
- markus@cvs.openbsd.org 2012/01/25 19:40:09
[packet.c packet.h]
packet_read_poll() is not used anymore.
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.175 2012/01/25 19:26:43 markus Exp $ */ +/* $OpenBSD: packet.c,v 1.176 2012/01/25 19:40:09 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1450,12 +1450,6 @@ packet_read_poll_seqnr(u_int32_t *seqnr_p) } } -int -packet_read_poll(void) -{ - return packet_read_poll_seqnr(NULL); -} - /* * Buffers the given amount of input characters. This is intended to be used * together with packet_read_poll. |