aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/kern_module.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_module.c')
-rw-r--r--sys/kern/kern_module.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c
index 80a8f1445397..b0fe29a5f706 100644
--- a/sys/kern/kern_module.c
+++ b/sys/kern/kern_module.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: kern_module.c,v 1.4 1997/10/28 15:58:21 bde Exp $
+ * $Id: kern_module.c,v 1.5 1997/11/06 19:29:11 phk Exp $
*/
#include <sys/param.h>
@@ -70,7 +70,6 @@ static void
module_shutdown(int arg1, void* arg2)
{
module_t mod;
- int error;
for (mod = TAILQ_FIRST(&modules); mod; mod = TAILQ_NEXT(mod, link))
MOD_EVENT(mod, MOD_SHUTDOWN);