mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
3b2: Remove unused local variable
This commit is contained in:
parent
2fdf6bd1d7
commit
ecf7af59d5
@ -343,8 +343,6 @@ t_stat id_unit_svc(UNIT *uptr)
|
||||
|
||||
t_stat id_set_type(UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||
{
|
||||
t_stat r;
|
||||
|
||||
if (val < 0 || val > ID_MAX_DTYPE) {
|
||||
return SCPE_ARG;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user