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

@ -18,7 +18,6 @@ typedef uint16_t TSStateId;
typedef uint16_t TSSymbol;
typedef uint16_t TSFieldId;
typedef struct TSLanguage TSLanguage;
typedef struct TSLanguageMetadata TSLanguageMetadata;
typedef struct TSLanguageMetadata {
uint8_t major_version;
uint8_t minor_version;