summaryrefslogtreecommitdiffstats
path: root/jq_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'jq_parser.h')
-rw-r--r--jq_parser.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/jq_parser.h b/jq_parser.h
deleted file mode 100644
index 809ace06..00000000
--- a/jq_parser.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef JQ_PARSER_H
-#define JQ_PARSER_H
-#include "locfile.h"
-#include "compile.h"
-
-int jq_parse(struct locfile* source, block* answer);
-int jq_parse_library(struct locfile* locations, block* answer);
-
-#endif