Remove unused tree state constant

This commit is contained in:
Max Brunsfeld 2016-06-27 14:39:12 -07:00
parent 8c26d99353
commit d554fab5b5
3 changed files with 5 additions and 11 deletions

View file

@ -11,8 +11,7 @@ extern "C" {
#include "runtime/array.h"
#include <stdio.h>
extern TSStateId TS_TREE_STATE_INDEPENDENT;
extern TSStateId TS_TREE_STATE_ERROR;
extern TSStateId TS_TREE_STATE_NONE;
typedef struct TSTree {
struct {