Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Dec 10, 2024
1 parent 541e75d commit 8fb9390
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ static RandomGeneratorFactory create(ContinuousEnv env, AccumuloClient client,
if (maxTablets == Integer.MAX_VALUE) {
return new MinMaxRandomGeneratorFactory(rowMin, rowMax, random);
} else {
var tableName = env.getAccumuloTableName();
return new MaxTabletsRandomGeneratorFactory(rowMin, rowMax, maxTablets, splitSupplier,
random);
}
Expand Down

0 comments on commit 8fb9390

Please sign in to comment.