Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
fb45ad91
Commit
fb45ad91
authored
Oct 19, 2014
by
Christoph Mallon
Browse files
ident: Remove the unused function id_mangle_3().
parent
093605f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ident/mangle.c
View file @
fb45ad91
...
...
@@ -47,15 +47,6 @@ ident *id_mangle3(const char *prefix, ident *scnd, const char *suffix)
return
new_ident_from_obst
(
&
mangle_obst
);
}
/** Returns a new ident that represents first<c>scnd. */
static
ident
*
id_mangle_3
(
ident
*
first
,
char
c
,
ident
*
scnd
)
{
obstack_grow_ident
(
&
mangle_obst
,
first
);
obstack_1grow
(
&
mangle_obst
,
c
);
obstack_grow_ident
(
&
mangle_obst
,
scnd
);
return
new_ident_from_obst
(
&
mangle_obst
);
}
void
firm_init_mangle
(
void
)
{
obstack_init
(
&
mangle_obst
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment