summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
Diffstat (limited to 'read.h')
-rw-r--r--read.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/read.h b/read.h
deleted file mode 100644
index b47edb0..0000000
--- a/read.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _read_h
-#define _read_h
-
-#include "prs.h"
-#include "ast.h"
-
-AstNode read();
-
-#endif