From 0005e2887d5a4d42f85c441295a3f64f6e999ca9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 9 Aug 2008 07:17:59 -0400 Subject: Revert "Added the concept of "balance setting transactions"." This reverts commit c93175183e790cf7f1100dfd554197161a69e6fe. The feature needs more thought and is not ready for 2.6.1. --- valexpr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'valexpr.h') diff --git a/valexpr.h b/valexpr.h index 0ea0682b..f0c1ed24 100644 --- a/valexpr.h +++ b/valexpr.h @@ -280,7 +280,6 @@ bool compute_amount(value_expr_t * expr, amount_t& amt, #define PARSE_VALEXPR_RELAXED 0x02 #define PARSE_VALEXPR_NO_MIGRATE 0x04 #define PARSE_VALEXPR_NO_REDUCE 0x08 -#define PARSE_VALEXPR_NO_ASSIGN 0x10 value_expr_t * parse_value_expr(std::istream& in, scope_t * scope = NULL, -- cgit v1.2.3