summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-02-20 09:02:58 -0800
committerGitHub <noreply@github.com>2020-02-20 11:02:58 -0600
commit92f5835e86e6741eb6b273047e0a003212a8b638 (patch)
tree8a3ee295b4858201ad94d3633a31ea9fc584e7ba /src/expr
parent508ecb3007a2b6aa8b76b28dc8282247b5dba957 (diff)
Remove parser from bindings (#3779)
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/symbol_table.i5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/expr/symbol_table.i b/src/expr/symbol_table.i
deleted file mode 100644
index 7e5579c49..000000000
--- a/src/expr/symbol_table.i
+++ /dev/null
@@ -1,5 +0,0 @@
-%{
-#include "expr/symbol_table.h"
-%}
-
-%include "expr/symbol_table.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback