aboutsummaryrefslogtreecommitdiff
path: root/src/ctpp.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-23 16:14:51 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-23 16:14:51 +0200
commit5b038666c3e911ffeb78a4d656044e5bd076705b (patch)
tree9b09b4f27c39ef6a0139a5eb9bfa5e98a250086c /src/ctpp.c
parent70615379062cdd2e016f5095dfafd23a6dca148c (diff)
downloadek-5b038666c3e911ffeb78a4d656044e5bd076705b.tar.gz
ek-5b038666c3e911ffeb78a4d656044e5bd076705b.zip
integrate parser work
Diffstat (limited to 'src/ctpp.c')
-rw-r--r--src/ctpp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ctpp.c b/src/ctpp.c
deleted file mode 100644
index f0759d0..0000000
--- a/src/ctpp.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <ct/ctpp.h>
-#include <ct/debug.h>
-
-void add_predefined_variable(const char *var)
-{
- debug("adding predefined variable '%s'...\n", var);
-}