diff options
author | 2009-06-04 23:13:21 +0000 | |
---|---|---|
committer | 2009-06-04 23:13:21 +0000 | |
commit | 860223f8491fa1141e2a97af16a9df2489e9de63 (patch) | |
tree | 061782d0f9f9cb24f194c5c267bfc552b65814f4 /sys/dev/flash.c | |
parent | Make backtraces through interrupts work. (diff) | |
download | wireguard-openbsd-860223f8491fa1141e2a97af16a9df2489e9de63.tar.xz wireguard-openbsd-860223f8491fa1141e2a97af16a9df2489e9de63.zip |
remove variable left behind by thib
Diffstat (limited to 'sys/dev/flash.c')
-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. */ |