From b3c73d833be6f6d99886008892431575ac410029 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jan 2008 14:14:45 +0000 Subject: [PATCH] 2008-01-31 Joel Sherrill * libcsupport/src/posix_memalign.c: Remove warning. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/src/posix_memalign.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 3c655f5c32..27e81b0fb1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Joel Sherrill + + * libcsupport/src/posix_memalign.c: Remove warning. + 2008-01-31 Joel Sherrill * score/include/rtems/score/object.h, score/src/objectgetinfo.c, diff --git a/cpukit/libcsupport/src/posix_memalign.c b/cpukit/libcsupport/src/posix_memalign.c index 19d469e0c1..cde55f042b 100644 --- a/cpukit/libcsupport/src/posix_memalign.c +++ b/cpukit/libcsupport/src/posix_memalign.c @@ -27,8 +27,6 @@ int posix_memalign( size_t size ) { - void *return_this; - /* * Update call statistics */