From b3c73d833be6f6d99886008892431575ac410029 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jan 2008 14:14:45 +0000 Subject: 2008-01-31 Joel Sherrill * libcsupport/src/posix_memalign.c: Remove warning. --- cpukit/libcsupport/src/posix_memalign.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libcsupport/src/posix_memalign.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 */ -- cgit v1.2.3