rece_instr is not used
This commit is contained in:
parent
9cb53e8c92
commit
c017601fba
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ static long jumpaddr;
|
|||
unsigned long instructions = 0;
|
||||
unsigned long old_instr = 0;
|
||||
|
||||
int rece_instr = 0;
|
||||
/* int rece_instr = 0; */
|
||||
bool device_check = false;
|
||||
|
||||
int adj_time_pending = 0;
|
||||
|
|
|
@ -15,7 +15,7 @@ static int wire_fd;
|
|||
static int ir_fd;
|
||||
static int ttyp;
|
||||
|
||||
extern int rece_instr;
|
||||
/* extern int rece_instr; */
|
||||
|
||||
char* wire_name = ( char* )0;
|
||||
char* ir_name = ( char* )0;
|
||||
|
@ -426,7 +426,7 @@ void receive_char( void )
|
|||
static unsigned char buf[ NR_BUFFER + 1 ];
|
||||
static int nrd = 0, bp = 0;
|
||||
|
||||
rece_instr = 0;
|
||||
/* rece_instr = 0; */
|
||||
|
||||
if ( saturn.ir_ctrl & 0x04 ) {
|
||||
if ( ir_fd == -1 )
|
||||
|
|
Loading…
Add table
Reference in a new issue