Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2964364a
...
2964364a80a9e88b8e99cfb3456a048da54de055
authored
2002-01-15 22:12:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_get_address_part) Removed unused variable.
1 parent
9e10e475
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
libmu_scm/mu_address.c
libmu_scm/mu_address.c
View file @
2964364
...
...
@@ -28,7 +28,6 @@ _get_address_part (const char *func_name, address_get_fp fun,
char
*
str
;
SCM
ret
;
int
num
;
int
rc
;
SCM_ASSERT
(
SCM_NIMP
(
ADDRESS
)
&&
SCM_STRINGP
(
ADDRESS
),
ADDRESS
,
SCM_ARG1
,
func_name
);
...
...
Please
register
or
sign in
to post a comment