summaryrefslogtreecommitdiff
path: root/test/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse.c')
-rw-r--r--test/parse.c4
1 files changed, 0 insertions, 4 deletions
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 <inttypes.h>
#include <stdio.h>
-#include <parserutils/parserutils.h>
#include <libcss/libcss.h>
#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);