mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
Remove warning
This commit is contained in:
parent
7c0a08f381
commit
181aa362df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42497
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: subr_bus.c,v 1.11 1998/11/15 18:11:21 dfr Exp $
|
||||
* $Id: subr_bus.c,v 1.12 1998/12/12 11:30:04 n_hibma Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -1453,8 +1453,6 @@ print_driver_list(driver_list_t drivers, int indent)
|
||||
static void
|
||||
print_devclass_short(devclass_t dc, int indent)
|
||||
{
|
||||
device_t dev;
|
||||
|
||||
if ( !dc )
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user