fix fehler175.c
[libfirm] / ir / ir / irtypes.h
index 53e6b20..79c3ed9 100644 (file)
@@ -156,7 +156,6 @@ typedef struct {
 
 /** Cond attributes. */
 typedef struct {
-       cond_kind kind;              /**< flavor of Cond */
        long default_proj;           /**< only for non-binary Conds: biggest Proj number, i.e. the one used for default. */
        cond_jmp_predicate jmp_pred; /**< only for binary Conds: The jump predication. */
 } cond_attr;