summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/liba52/parse.c b/liba52/parse.c
index 9dd80a73a4..d3557019d7 100644
--- a/liba52/parse.c
+++ b/liba52/parse.c
@@ -35,9 +35,6 @@
#ifdef HAVE_MEMALIGN
/* some systems have memalign() but no declaration for it */
void * memalign (size_t align, size_t size);
-#else
-/* assume malloc alignment is sufficient */
-#define memalign(align,size) malloc (size)
#endif
typedef struct {