diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-10-26 18:46:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-10-26 18:46:48 +0000 |
| commit | 282873e2c0f685be7dc8fe3205bcea60557291a7 (patch) | |
| tree | 1cb183e25fc74879d8354cf488e60e59eb570fb4 /sys/dev/aac | |
| parent | 98f9b068764c209eb60a80cfad52dc08280fc771 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 535a78324c43..4eef4e757ab4 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -434,9 +434,6 @@ aac_free(struct aac_softc *sc) if (sc->aac_regs_resource != NULL) bus_release_resource(sc->aac_dev, SYS_RES_MEMORY, sc->aac_regs_rid, sc->aac_regs_resource); -#if __FreeBSD_version >= 500005 - TASK_DESTROY(&sc->aac_task_complete); -#endif } /* |
