Skip to content

Commit

Permalink
Remove unused struct http_parser_result from header.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 26, 2012
1 parent c6e10e9 commit efb72f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http_parser.h
Expand Up @@ -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
Expand Down

0 comments on commit efb72f1

Please sign in to comment.