(_get_address_part) Removed unused variable.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -28,7 +28,6 @@ _get_address_part (const char *func_name, address_get_fp fun, | ... | @@ -28,7 +28,6 @@ _get_address_part (const char *func_name, address_get_fp fun, |
28 | char *str; | 28 | char *str; |
29 | SCM ret; | 29 | SCM ret; |
30 | int num; | 30 | int num; |
31 | int rc; | ||
32 | 31 | ||
33 | SCM_ASSERT (SCM_NIMP (ADDRESS) && SCM_STRINGP (ADDRESS), | 32 | SCM_ASSERT (SCM_NIMP (ADDRESS) && SCM_STRINGP (ADDRESS), |
34 | ADDRESS, SCM_ARG1, func_name); | 33 | ADDRESS, SCM_ARG1, func_name); | ... | ... |
-
Please register or sign in to post a comment