From 8b56aa3dead7da04e600ddb71c8983c9aff44859 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 May 2007 15:28:52 +0000 Subject: =?UTF-8?q?2007-05-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES. --- cpukit/score/cpu/sh/rtems/score/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/cpu/sh/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index cd6b66191e..4c2d13c992 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -272,8 +272,6 @@ extern "C" { * NOTE: SHes can be big or little endian, the default is big endian */ -#define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE - /* __LITTLE_ENDIAN__ is defined if -ml is given to gcc */ #if defined(__LITTLE_ENDIAN__) #define CPU_BIG_ENDIAN FALSE -- cgit v1.2.3