summaryrefslogtreecommitdiff
path: root/src/query.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.cc')
-rw-r--r--src/query.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/query.cc b/src/query.cc
index b0f8d691..812123cb 100644
--- a/src/query.cc
+++ b/src/query.cc
@@ -213,7 +213,6 @@ test_ident:
}
else
return token_t(token_t::TERM, ident);
- break;
}
}