summaryrefslogtreecommitdiffhomepage
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/eval.h b/eval.h
index 26f932f..869839e 100644
--- a/eval.h
+++ b/eval.h
@@ -27,9 +27,6 @@
__attribute__((format(printf, 3, 0))) struct json_object *
ut_exception(struct ut_state *state, uint32_t op, const char *fmt, ...);
-void
-ut_putval(struct json_object *val);
-
bool
ut_cmp(int how, struct json_object *v1, struct json_object *v2);