summaryrefslogtreecommitdiff
path: root/src/item.cc
diff options
context:
space:
mode:
authorJohann Klähn <kljohann@gmail.com>2013-01-15 00:33:14 +0100
committerJohann Klähn <kljohann@gmail.com>2013-01-15 21:17:03 +0100
commit2b1cfd670681fe732daf81b4d0bb6eb4749eb240 (patch)
tree63229eaa6cf036010350d6cc4ea62d5b52a13d63 /src/item.cc
parent428490e917f1858acdcc3f70441353da2cb382c5 (diff)
downloadfork-ledger-2b1cfd670681fe732daf81b4d0bb6eb4749eb240.tar.gz
fork-ledger-2b1cfd670681fe732daf81b4d0bb6eb4749eb240.tar.bz2
fork-ledger-2b1cfd670681fe732daf81b4d0bb6eb4749eb240.zip
remove superfluous 'break'
Diffstat (limited to 'src/item.cc')
-rw-r--r--src/item.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/item.cc b/src/item.cc
index 24d03ba1..362fac7f 100644
--- a/src/item.cc
+++ b/src/item.cc
@@ -476,7 +476,6 @@ expr_t::ptr_op_t item_t::lookup(const symbol_t::kind_t kind,
else if (name == "filepath")
return WRAP_FUNCTOR(get_wrapper<&get_filepath>);
break;
- break;
case 'h':
if (name == "has_tag")