Remove the old parser bits

Now that everything has been migrated to the new AST, remove as much of
the parse_tree bits as possible
This commit is contained in:
ridiculousfish
2020-07-02 14:51:45 -07:00
parent 3534c07584
commit 0c22f67bde
23 changed files with 14 additions and 2575 deletions

View File

@@ -45,7 +45,6 @@
#include "path.h"
#include "proc.h"
#include "reader.h"
#include "tnode.h"
#include "util.h"
#include "wcstringutil.h"
#include "wildcard.h"