Fix memory leak in tree

This commit is contained in:
Max Brunsfeld 2014-02-26 19:54:22 -08:00
parent 7251456cd2
commit 8deeff392b
4 changed files with 12 additions and 7 deletions

View file

@ -7,8 +7,6 @@
#include "rules/built_in_symbols.h"
#include "first_set.h"
#include "stream_methods.h"
namespace tree_sitter {
using std::pair;
using std::string;