diff --git a/src/scanner.re b/src/scanner.re index ad86cf1f..88045bdf 100644 --- a/src/scanner.re +++ b/src/scanner.re @@ -4,10 +4,6 @@ #include "scanner.h" -typedef struct scanner { - unsigned char *src, *cursor, *start, *end; -} scanner_t; - int scan_token(scanner_t *s) { s->start = s->cursor;