From 5196369f0b637e2cb37b08787cf96a33a704491f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 14 Dec 2013 23:17:15 +0000 Subject: Update for new lpu API. --- src/utils/utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/utils/utils.h') diff --git a/src/utils/utils.h b/src/utils/utils.h index 3f7fcd0..c1f8d80 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -77,9 +77,4 @@ static inline css_error css_error_from_lwc_error(lwc_error err) return CSS_INVALID; } - -/* Allocator to pass to libparserutils */ -#define CSS_ALLOC_PW NULL -void *css_alloc(void *data, size_t len, void *pw); - #endif -- cgit v1.2.1