Fix eclipse unused variable warning

Change-Id: I064974cdcb6278d45438f4eb600f3a3a369749a0
This commit is contained in:
Zhen Chen
2016-10-30 21:40:56 -07:00
committed by David Pursehouse
parent ff844d809c
commit a9e73b64ff

View File

@@ -585,7 +585,7 @@ public class SubmoduleSubscriptionsWholeTopicMergeIT
TestRepository<?> repoA = createProjectWithPush("project-a");
TestRepository<?> repoB = createProjectWithPush("project-b");
// bootstrap the dev branch
ObjectId a0 = pushChangeTo(repoA, "dev");
pushChangeTo(repoA, "dev");
// bootstrap the dev branch
ObjectId b0 = pushChangeTo(repoB, "dev");