diff options
Diffstat (limited to 'opacket.c')
-rw-r--r-- | opacket.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/opacket.c b/opacket.c index b9160d59def8..5970dd3771cc 100644 --- a/opacket.c +++ b/opacket.c @@ -235,18 +235,6 @@ packet_set_connection(int fd_in, int fd_out) fatal("%s: ssh_packet_set_connection failed", __func__); } -void -packet_backup_state(void) -{ - ssh_packet_backup_state(active_state, backup_state); -} - -void -packet_restore_state(void) -{ - ssh_packet_restore_state(active_state, backup_state); -} - u_int packet_get_char(void) { |