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
0392731f
Commit
0392731f
authored
Feb 12, 2010
by
Matthias Braun
Browse files
remove pointless message
[r27130]
parent
c43ffc8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irio.c
View file @
0392731f
...
...
@@ -571,10 +571,6 @@ static void export_entity(io_env_t *env, ir_entity *ent)
is_entity_compiler_generated
(
ent
),
get_volatility_name
(
get_entity_volatility
(
ent
)));
/* TODO: inheritance stuff for class entities not supported yet */
if
(
is_Class_type
(
owner
)
&&
owner
!=
get_glob_type
())
fprintf
(
stderr
,
"Inheritance of class entities not supported yet!
\n
"
);
if
(
ent
->
initializer
!=
NULL
)
{
fputs
(
"initializer "
,
env
->
file
);
write_initializer
(
env
,
get_entity_initializer
(
ent
));
...
...
Write
Preview
Markdown
is supported
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