1
0
mirror of https://github.com/simh/simh.git synced 2026-01-28 12:49:21 +00:00

SCP: Remove unused variable declarations

This commit is contained in:
Mark Pizzolato
2016-09-20 09:21:11 -07:00
parent fa292f59cd
commit 9925ba83b8
2 changed files with 0 additions and 2 deletions

View File

@@ -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) */