diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-12-19 15:51:54 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-12-19 15:51:54 +0000 |
commit | 75ff91fc0ac0fd603b5d5578edca2b107bbd2547 (patch) | |
tree | 106c8176f7108f4dd7bd878daa6333e9c8b9b8f1 /sys | |
parent | c51a48abff58d38237f0a9d811de85b0e440024e (diff) |
Kill useless comment about splsoftnet() which is going away.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pipex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c index 2714dd3f3ad..985dff245a7 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.90 2016/11/18 02:53:47 dlg Exp $ */ +/* $OpenBSD: pipex.c,v 1.91 2016/12/19 15:51:53 mpi Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -703,7 +703,6 @@ pipex_lookup_by_session_id(int protocol, int session_id) Static void pipex_softintr_handler(void *dummy) { - /* called at splsoftnet() */ pipex_ppp_dequeue(); } |