Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Was getting build errors ``` fbcode/python/errpy/vendor/tree-sitter-python/src/parser.c:8930:3: error: variable 'eof' set but not used [-Werror,-Wunused-but-set-variable] START_LEXER(); ^ fbcode/python/errpy/vendor/tree-sitter-python/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER' bool eof = false; \ ^ 1 error generated. ``` Reviewed By: stroxler Differential Revision: D58826878 fbshipit-source-id: 6adb9d84afca5fa8f4de330f8f34b37f1fb82794
- Loading branch information