File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/local Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,13 @@ public class IndexBackfiller {
44
44
45
45
private final Scheduler scheduler ;
46
46
private final Persistence persistence ;
47
- private final RemoteDocumentCache remoteDocumentCache ;
48
47
private LocalDocumentsView localDocumentsView ;
49
48
private IndexManager indexManager ;
50
49
private int maxDocumentsToProcess = MAX_DOCUMENTS_TO_PROCESS ;
51
50
52
51
public IndexBackfiller (Persistence persistence , AsyncQueue asyncQueue ) {
53
52
this .persistence = persistence ;
54
53
this .scheduler = new Scheduler (asyncQueue );
55
- this .remoteDocumentCache = persistence .getRemoteDocumentCache ();
56
54
}
57
55
58
56
public void setLocalDocumentsView (LocalDocumentsView localDocumentsView ) {
You can’t perform that action at this time.
0 commit comments