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 */