From efb72f175ce3899861d98855b4335117a5ef754e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 26 Feb 2012 01:29:53 +0100 Subject: [PATCH] Remove unused struct http_parser_result from header. --- http_parser.h | 1 - 1 file changed, 1 deletion(-) diff --git a/http_parser.h b/http_parser.h index 78b3701..a99075f 100644 --- a/http_parser.h +++ b/http_parser.h @@ -65,7 +65,6 @@ typedef int ssize_t; typedef struct http_parser http_parser; typedef struct http_parser_settings http_parser_settings; -typedef struct http_parser_result http_parser_result; /* Callbacks should return non-zero to indicate an error. The parser will