mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
3b2: Remove unused local variable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user