From 0392731f95c028968e2424aa107fe6c484c673a3 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 12 Feb 2010 14:34:24 +0000 Subject: [PATCH] remove pointless message [r27130] --- ir/ir/irio.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ir/ir/irio.c b/ir/ir/irio.c index cdec4f29c..9169c170b 100644 --- a/ir/ir/irio.c +++ b/ir/ir/irio.c @@ -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)); -- 2.20.1