From 2ee3edce3f5de55fc11997f522cbe2f00a4471fd Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 4 Jun 2024 19:55:33 -0700 Subject: Revert "New function treesit-parser-changed-ranges" This reverts commit 996b9576713f9d63ea7ff7e9630a15cb0a0214eb. For reason see 760b54de080. --- src/treesit.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/treesit.h') 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 ranges the users wants to set, and avoid reparse if the new ranges is the same as the last set one. */ Lisp_Object last_set_ranges; - /* The range of buffer content that was affected by the last - re-parse. */ - Lisp_Object last_changed_ranges; /* The buffer associated with this parser. */ Lisp_Object buffer; /* The pointer to the tree-sitter parser. Never NULL. */ -- cgit v1.2.1