diff options
Diffstat (limited to 'src/treesit.h')
| -rw-r--r-- | src/treesit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/treesit.h b/src/treesit.h index aa71933fe8d..bb81bf0e2b3 100644 --- a/src/treesit.h +++ b/src/treesit.h | |||
| @@ -49,9 +49,6 @@ struct Lisp_TS_Parser | |||
| 49 | ranges the users wants to set, and avoid reparse if the new | 49 | ranges the users wants to set, and avoid reparse if the new |
| 50 | ranges is the same as the last set one. */ | 50 | ranges is the same as the last set one. */ |
| 51 | Lisp_Object last_set_ranges; | 51 | Lisp_Object last_set_ranges; |
| 52 | /* The range of buffer content that was affected by the last | ||
| 53 | re-parse. */ | ||
| 54 | Lisp_Object last_changed_ranges; | ||
| 55 | /* The buffer associated with this parser. */ | 52 | /* The buffer associated with this parser. */ |
| 56 | Lisp_Object buffer; | 53 | Lisp_Object buffer; |
| 57 | /* The pointer to the tree-sitter parser. Never NULL. */ | 54 | /* The pointer to the tree-sitter parser. Never NULL. */ |