Restore the the fix in revision 1.23 that was blown away by a later commit:
remove unused variable `u_char bt_scratch_buf[256];'.
This commit is contained in:
parent
f21ab33b23
commit
bd544640b4
@ -12,7 +12,7 @@
|
||||
* on the understanding that TFS is not responsible for the correct
|
||||
* functioning of this software in any circumstances.
|
||||
*
|
||||
* $Id: bt742a.c,v 1.37 1995/06/19 13:02:09 amurai Exp $
|
||||
* $Id: bt742a.c,v 1.38 1995/06/25 17:45:05 joerg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -372,8 +372,6 @@ struct bt_sync_value {
|
||||
#define PAGESIZ 4096
|
||||
#define INVALIDATE_CACHE {asm volatile( ".byte 0x0F ;.byte 0x08" ); }
|
||||
|
||||
u_char bt_scratch_buf[256];
|
||||
|
||||
struct bt_data {
|
||||
short bt_base; /* base port for each board */
|
||||
struct bt_mbx bt_mbx; /* all our mailboxes */
|
||||
|
Loading…
Reference in New Issue
Block a user