diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 1fddb4e7e3ca55bf076f9ff759010be1f3aab05b..c05b535237784520aa1e701aa6d8ef48fac3e87a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,6 +1,6 @@ 2019-01-16 Pavel I. Kryukov <kryukov@frtk.ru> - * sim-arange.c: eliminate DEFINE_NON_INLINE_P + * sim-arange.c (DEFINE_INLINE_P, DEFINE_NON_INLINE_P): Remove. 2019-01-15 Simon Marchi <simon.marchi@ericsson.com> diff --git a/sim/common/sim-arange.c b/sim/common/sim-arange.c index 0f0c8a1ce288d430407ab3215935de3ac5c30277..b3488ab564a8806d93558f001c92d7fd32d399c0 100644 --- a/sim/common/sim-arange.c +++ b/sim/common/sim-arange.c @@ -32,9 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> #endif -#define DEFINE_INLINE_P (! defined (SIM_ARANGE_C_INCLUDED)) -#define DEFINE_NON_INLINE_P defined (SIM_ARANGE_C_INCLUDED) - #ifdef SIM_ARANGE_C_INCLUDED /* Insert a range. */