Remove an obsolete "extern int want_resched" decl.

This commit is contained in:
tsutsui 2007-05-21 15:54:58 +00:00
parent e5c9a61e5e
commit 85b0c3a013
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.20 2007/05/21 15:34:22 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.21 2007/05/21 15:54:58 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -157,7 +157,6 @@ struct clockframe {
#define aston() (astpending = 1)
extern int astpending; /* need to trap before returning to user mode */
extern int want_resched; /* resched() was called */
#endif /* _KERNEL */