diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-10-22 07:59:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-10-22 07:59:27 +0000 |
commit | 39aa979eff477718fb81eba0d4c1b6266a0e1785 (patch) | |
tree | caea5a13f7032342d5ea7cc4637851e329bd437a /sys/dev | |
parent | be40cf4f6608dcb8157ec353ae0fc6e449a06a2d (diff) |
gc unused global
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ata/atascsi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c index daaeef364dc..099d1c90df6 100644 --- a/sys/dev/ata/atascsi.c +++ b/sys/dev/ata/atascsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atascsi.c,v 1.65 2009/09/13 19:21:42 miod Exp $ */ +/* $OpenBSD: atascsi.c,v 1.66 2009/10/22 07:59:26 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -85,8 +85,6 @@ void atascsi_atapi_cmd_done(struct ata_xfer *); int atascsi_done(struct scsi_xfer *, int); -int ata_running = 0; - int ata_exec(struct atascsi *, struct ata_xfer *); struct ata_xfer *ata_get_xfer(struct ata_port *); |