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
16aa1b98
Commit
16aa1b98
authored
Jan 21, 2015
by
Christoph Mallon
Browse files
irnodemap: Remove the unused and pointless function ir_nodemap_remove().
parent
5b485610
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnodemap.h
View file @
16aa1b98
...
...
@@ -73,16 +73,6 @@ static inline void ir_nodemap_insert_fast(ir_nodemap *nodemap,
nodemap
->
data
[
idx
]
=
data
;
}
/**
* Removed mapping for @p node.
*
* This is really a shorthand form for ir_nodemap_insert(nodemap, node, NULL);
*/
static
inline
void
ir_nodemap_remove
(
ir_nodemap
*
nodemap
,
const
ir_node
*
node
)
{
ir_nodemap_insert
(
nodemap
,
node
,
NULL
);
}
/**
* Get mapping for @p node. Returns NULL if nothing is mapped.
*/
...
...
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