From 6ba199c7d7bee1909107ee0b8cbaf749c575b310 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 5 Aug 2019 14:29:53 +0100 Subject: Content messages: Remove ERRORCODE, rework ERROR This reworks CONTENT_MSG_ERROR to be structured data and removes the CONTENT_MSG_ERRORCODE message kind. Signed-off-by: Daniel Silverstone --- content/handlers/css/css.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/handlers/css') diff --git a/content/handlers/css/css.c b/content/handlers/css/css.c index 3e00879f3..af7aafc60 100644 --- a/content/handlers/css/css.c +++ b/content/handlers/css/css.c @@ -634,7 +634,6 @@ nserror nscss_import(hlcache_handle *handle, error = nscss_import_complete(ctx); break; - case CONTENT_MSG_ERRORCODE: case CONTENT_MSG_ERROR: hlcache_handle_release(handle); ctx->css->imports[ctx->index].c = NULL; -- cgit v1.2.3