diff options
Diffstat (limited to 'src/wast-parser-lexer-shared.h')
-rw-r--r-- | src/wast-parser-lexer-shared.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wast-parser-lexer-shared.h b/src/wast-parser-lexer-shared.h index 807fcbb5..e8e0acbb 100644 --- a/src/wast-parser-lexer-shared.h +++ b/src/wast-parser-lexer-shared.h @@ -172,12 +172,6 @@ int wast_lexer_lex(union Token*, struct Location*, WastLexer*, struct WastParser*); -Result wast_lexer_get_source_line(WastLexer*, - const struct Location*, - size_t line_max_length, - char* line, - size_t* out_line_length, - int* out_column_offset); void WABT_PRINTF_FORMAT(4, 5) wast_parser_error(struct Location*, WastLexer*, struct WastParser*, |