1
0
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:
Seth Morabito
2017-12-13 16:44:33 -08:00
parent 2fdf6bd1d7
commit ecf7af59d5

View File

@@ -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;
}