Updated Branches: refs/heads/trunk 1bd013983 -> e76ce2161
remove unused local 'builder' var Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e76ce216 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e76ce216 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e76ce216 Branch: refs/heads/trunk Commit: e76ce2161e9213ce16b5b8a2f8c559e3d7f2db2c Parents: 1bd0139 Author: Dave Brosius <[email protected]> Authored: Mon May 13 19:13:28 2013 -0400 Committer: Dave Brosius <[email protected]> Committed: Mon May 13 19:13:28 2013 -0400 ---------------------------------------------------------------------- .../db/index/composites/CompositesSearcher.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e76ce216/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java b/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java index e24078e..e16d94d 100644 --- a/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java +++ b/src/java/org/apache/cassandra/db/index/composites/CompositesSearcher.java @@ -95,7 +95,6 @@ public class CompositesSearcher extends SecondaryIndexSearcher final CompositeType baseComparator = (CompositeType)baseCfs.getComparator(); final CompositeType indexComparator = (CompositeType)index.getIndexCfs().getComparator(); - CompositeType.Builder builder = null; final ByteBuffer startPrefix = makePrefix(index, startKey, filter, true); final ByteBuffer endPrefix = makePrefix(index, endKey, filter, false);
