1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Remove more debugging

This commit is contained in:
Warner Losh 2004-11-15 20:08:44 +00:00
parent 2adc126b6c
commit 2451114ab1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137745

View File

@ -130,7 +130,7 @@ acpi_snc_attach(device_t dev)
static int static int
acpi_snc_detach(device_t dev) acpi_snc_detach(device_t dev)
{ {
return_VALUE(0); return (0);
} }
#if 0 #if 0