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 869839e..bc59cea 100644
--- a/eval.h
+++ b/eval.h
@@ -24,9 +24,6 @@
#include "ast.h"
-__attribute__((format(printf, 3, 0))) struct json_object *
-ut_exception(struct ut_state *state, uint32_t op, const char *fmt, ...);
-
bool
ut_cmp(int how, struct json_object *v1, struct json_object *v2);