From: Michael Beck Date: Tue, 10 Apr 2007 12:52:25 +0000 (+0000) Subject: removed double ir_phase definition X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=96f822328e559701e4502c0bd66fc8982a7080f1;p=libfirm removed double ir_phase definition [r12689] --- diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index 4c422e2f5..13e0c1ec7 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -5,7 +5,7 @@ * Author: Michael Beck * Created: * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universität Karlsruhe + * Copyright: (c) 1998-2007 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ #ifndef _FIRM_TYPES_H_ @@ -127,9 +127,4 @@ typedef struct sn_entry *seqno_t; typedef struct ir_exec_freq ir_exec_freq, *ir_exec_freq_ptr; #endif -#ifndef IRHPASE_TYPEDEF -#define IRPHASE_TYPEDEF -typedef struct _ir_phase ir_phase; -#endif - #endif /* _FIRM_TYPES_H_ */