diff options
-rw-r--r-- | usr/src/uts/intel/io/dktp/hba/ghd/ghd_timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/intel/io/dktp/hba/ghd/ghd_timer.c b/usr/src/uts/intel/io/dktp/hba/ghd/ghd_timer.c index 94d5c186a8..d83455cdf4 100644 --- a/usr/src/uts/intel/io/dktp/hba/ghd/ghd_timer.c +++ b/usr/src/uts/intel/io/dktp/hba/ghd/ghd_timer.c @@ -24,7 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" #include <sys/types.h> #include <sys/conf.h> @@ -721,7 +720,6 @@ ghd_timeout_disable(tmr_t *tmrp) mutex_enter(&tglobal_mutex); if (tmrp->t_refs-- <= 1) { - ASSERT(tmrp->t_ccc_listp == NULL); (void) untimeout(tmrp->t_timeout_id); } mutex_exit(&tglobal_mutex); |