summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-09 07:17:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-09 07:17:59 -0400
commit0005e2887d5a4d42f85c441295a3f64f6e999ca9 (patch)
tree713f0e1e5a1b218394e8ce7ca99891a0eed5af33 /valexpr.h
parent0db8d69796d1d01eb25026efc2316c20a29f5d79 (diff)
downloadfork-ledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.tar.gz
fork-ledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.tar.bz2
fork-ledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.zip
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.
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h1
1 files changed, 0 insertions, 1 deletions
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,