You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/07/04 23:11:12 UTC

[07/10] git commit: refs/heads/master - Remove unused var.

Remove unused var.

This commit will be consolidated into another before merging to master.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/ad101c85
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/ad101c85
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/ad101c85

Branch: refs/heads/master
Commit: ad101c855265be37b9fc5c63504daa9f8959382e
Parents: 0a3bccb
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Jul 3 10:48:27 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Fri Jul 4 14:10:07 2014 -0700

----------------------------------------------------------------------
 core/Lucy/Index/SortFieldWriter.cfh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/ad101c85/core/Lucy/Index/SortFieldWriter.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Index/SortFieldWriter.cfh b/core/Lucy/Index/SortFieldWriter.cfh
index e2b996f..3625af3 100644
--- a/core/Lucy/Index/SortFieldWriter.cfh
+++ b/core/Lucy/Index/SortFieldWriter.cfh
@@ -50,7 +50,6 @@ class Lucy::Index::SortFieldWriter
     int32_t    *sorted_ids;
     int32_t     run_tick;
     int32_t     ord_width;
-    Obj        *last_val;
 
     inert incremented SortFieldWriter*
     new(Schema *schema, Snapshot *snapshot, Segment *segment,