diff options
Diffstat (limited to 'src/xact.cc')
-rw-r--r-- | src/xact.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xact.cc b/src/xact.cc index 7f0b1afe..596b39fa 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -598,7 +598,6 @@ namespace { switch (op->kind) { case expr_t::op_t::VALUE: return op->as_value().to_boolean(); - break; case expr_t::op_t::O_MATCH: if (op->left()->kind == expr_t::op_t::IDENT && |