Repository: cassandra
Updated Branches:
  refs/heads/trunk 1a0c0d375 -> 0c56d6c22


remove dead allocation


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

Branch: refs/heads/trunk
Commit: 0c56d6c2230bafb800360a0fc1e09a112b2862aa
Parents: 1a0c0d3
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Tue Dec 13 20:06:29 2016 -0500
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Tue Dec 13 20:06:29 2016 -0500

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/StressProfile.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0c56d6c2/tools/stress/src/org/apache/cassandra/stress/StressProfile.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/StressProfile.java 
b/tools/stress/src/org/apache/cassandra/stress/StressProfile.java
index 95df986..e15e0ba 100644
--- a/tools/stress/src/org/apache/cassandra/stress/StressProfile.java
+++ b/tools/stress/src/org/apache/cassandra/stress/StressProfile.java
@@ -364,7 +364,6 @@ public class StressProfile implements Serializable
                     JavaDriverClient jclient = settings.getJavaDriverClient();
 
                     Map<String, PreparedStatement> stmts = new HashMap<>();
-                    Map<String, Integer> tids = new HashMap<>();
                     Map<String, SchemaQuery.ArgSelect> args = new HashMap<>();
                     for (Map.Entry<String, StressYaml.QueryDef> e : 
queries.entrySet())
                     {

Reply via email to