remove dead allocation

This commit is contained in:
Dave Brosius 2016-12-13 20:06:29 -05:00
parent 1a0c0d375b
commit 0c56d6c223
1 changed files with 0 additions and 1 deletions

View File

@ -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())
{