From 7737a59d775aeb6dc14868fef6b2c95ed948d17f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 15:55:55 +0000 Subject: Remove use of lwc_initialise and also parserutils.h includes. r=vince svn path=/trunk/libcss/; revision=10964 --- test/parse.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/parse.c') diff --git a/test/parse.c b/test/parse.c index b42356d..03a9703 100644 --- a/test/parse.c +++ b/test/parse.c @@ -1,7 +1,6 @@ #include #include -#include #include #include "charset/detect.h" @@ -90,9 +89,6 @@ int main(int argc, char **argv) return 1; } - /* Initialise library */ - assert(lwc_initialise(myrealloc, NULL, 0) == lwc_error_ok); - for (i = 0; i < ITERATIONS; i++) { assert(css_parser_create("UTF-8", CSS_CHARSET_DICTATED, myrealloc, NULL, &parser) == CSS_OK); -- cgit v1.2.3