Skip to content

Commit 4008cd5

Browse files
Fix Lint
1 parent eecef54 commit 4008cd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexBackfiller.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,13 @@ public class IndexBackfiller {
4444

4545
private final Scheduler scheduler;
4646
private final Persistence persistence;
47-
private final RemoteDocumentCache remoteDocumentCache;
4847
private LocalDocumentsView localDocumentsView;
4948
private IndexManager indexManager;
5049
private int maxDocumentsToProcess = MAX_DOCUMENTS_TO_PROCESS;
5150

5251
public IndexBackfiller(Persistence persistence, AsyncQueue asyncQueue) {
5352
this.persistence = persistence;
5453
this.scheduler = new Scheduler(asyncQueue);
55-
this.remoteDocumentCache = persistence.getRemoteDocumentCache();
5654
}
5755

5856
public void setLocalDocumentsView(LocalDocumentsView localDocumentsView) {

0 commit comments

Comments
 (0)