SCP: Remove unused variable declarations
This commit is contained in:
parent
fa292f59cd
commit
9925ba83b8
2 changed files with 0 additions and 2 deletions
1
scp.c
1
scp.c
|
@ -8142,7 +8142,6 @@ return cptr;
|
|||
const char *put_switches (char *buf, size_t bufsize, uint32 sw)
|
||||
{
|
||||
char *optr = buf;
|
||||
size_t i = 0;
|
||||
int32 bit;
|
||||
|
||||
memset (buf, 0, bufsize);
|
||||
|
|
|
@ -2038,7 +2038,6 @@ int32 sim_tt_inpcvt (int32 c, uint32 mode)
|
|||
uint32 md = mode & TTUF_M_MODE;
|
||||
|
||||
if (md != TTUF_MODE_8B) {
|
||||
uint32 par_bit = 0;
|
||||
uint32 par_mode = (mode >> TTUF_W_MODE) & TTUF_M_PAR;
|
||||
static int32 nibble_even_parity = 0x699600; /* bit array indicating the even parity for each index (offset by 8) */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue