summaryrefslogtreecommitdiff
path: root/src/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db.h b/src/db.h
index 2f1373c..203a0b4 100644
--- a/src/db.h
+++ b/src/db.h
@@ -89,8 +89,6 @@ struct db_arg_chain_tree {
((x)->nxt_t == NULL && (x)->nxt_f != NULL))
#define db_chain_one_action(x) \
((x)->act_t_flg != (x)->act_f_flg)
-#define db_chain_one_result(x) \
- (db_chain_one_nxt(x) != db_chain_one_action(x))
#define db_chain_eq_result(x,y) \
((((x)->nxt_t != NULL && (y)->nxt_t != NULL) || \
((x)->nxt_t == NULL && (y)->nxt_t == NULL)) && \