diff options
author | denis <denis@cvs.openbsd.org> | 2020-06-05 19:51:00 +0000 |
---|---|---|
committer | denis <denis@cvs.openbsd.org> | 2020-06-05 19:51:00 +0000 |
commit | 659b80aba7ce97881c95c78858f7f1e214ecd458 (patch) | |
tree | 40cd19c255616e93b5d52a63b1500ef5b77fd929 /sys/net | |
parent | 52a394ba579160ce6d20a9141acc7c8f1f812cdd (diff) |
Remove redundant code
Reported by Prof. Dr. Steffen Wendzel <wendzel @ hs-worms . de>,
thanks!
OK martijn@ sthen@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pipex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pipex.h b/sys/net/pipex.h index ba77d1da1e4..8f9a63ff567 100644 --- a/sys/net/pipex.h +++ b/sys/net/pipex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.h,v 1.22 2020/05/26 07:06:37 mpi Exp $ */ +/* $OpenBSD: pipex.h,v 1.23 2020/06/05 19:50:59 denis Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -206,7 +206,6 @@ int pipex_notify_close_session_all(void); struct mbuf *pipex_output (struct mbuf *, int, int, struct pipex_iface_context *); struct pipex_session *pipex_pppoe_lookup_session (struct mbuf *); -struct pipex_session *pipex_pppoe_lookup_session (struct mbuf *); struct mbuf *pipex_pppoe_input (struct mbuf *, struct pipex_session *); struct pipex_session *pipex_pptp_lookup_session (struct mbuf *); struct mbuf *pipex_pptp_input (struct mbuf *, struct pipex_session *); |