fix(lib): remove duplicate TSLanguageMetadata typedef (#4268)

This commit is contained in:
NOT XVilka 2025-03-07 06:14:25 +08:00 committed by GitHub
parent 11071ed682
commit a00fab7dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ typedef uint16_t TSStateId;
typedef uint16_t TSSymbol;
typedef uint16_t TSFieldId;
typedef struct TSLanguage TSLanguage;
typedef struct TSLanguageMetadata TSLanguageMetadata;
typedef struct TSParser TSParser;
typedef struct TSTree TSTree;
typedef struct TSQuery TSQuery;