diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-04 23:13:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-04 23:13:22 +0000 |
commit | a367dac384aad15eb8d74730ff0eae5564e45355 (patch) | |
tree | b6caf2c933b0a60dbca81a8da04c1753dbf608f6 /sys | |
parent | 0c83b78bc6cf8f812dd72d9470bd65157880a96a (diff) |
remove variable left behind by thib
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/flash.c b/sys/dev/flash.c index e7918184463..ea87e89ce61 100644 --- a/sys/dev/flash.c +++ b/sys/dev/flash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flash.c,v 1.10 2009/06/03 22:09:30 thib Exp $ */ +/* $OpenBSD: flash.c,v 1.11 2009/06/04 23:13:21 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@openbsd.org> @@ -877,7 +877,7 @@ flashsize(dev_t dev) void flashstart(struct flash_softc *sc) { - struct buf *dp, *bp; + struct buf *bp; while (1) { /* Remove the next buffer from the queue or stop. */ |