ProjectControl: Remove unused ProjectCache argument from constructor

Change-Id: Id73b97aa41d6a57ad156ff98e3a572693459798c
This commit is contained in:
David Pursehouse
2017-10-01 20:41:21 +01:00
parent 4150979a71
commit cf2cd39524
2 changed files with 0 additions and 2 deletions

View File

@@ -139,7 +139,6 @@ public class ProjectControl {
ProjectControl(
@GitUploadPackGroups Set<AccountGroup.UUID> uploadGroups,
@GitReceivePackGroups Set<AccountGroup.UUID> receiveGroups,
ProjectCache pc,
PermissionCollection.Factory permissionFilter,
CommitsCollection commits,
ChangeControl.Factory changeControlFactory,

View File

@@ -870,7 +870,6 @@ public class RefControlTest {
return new ProjectControl(
Collections.<AccountGroup.UUID>emptySet(),
Collections.<AccountGroup.UUID>emptySet(),
projectCache,
sectionSorter,
null, // commitsCollection
changeControlFactory,