Skip to content

Commit d55d2a5

Browse files
committed
More feedback.
1 parent b8f2eb7 commit d55d2a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
import javax.annotation.Nonnull;
4848
import javax.annotation.Nullable;
4949

50-
interface DocumentFilter {
51-
boolean apply(MutableDocument doc);
52-
}
53-
5450
final class SQLiteRemoteDocumentCache implements RemoteDocumentCache {
5551
/** The number of bind args per collection group in {@link #getAll(String, IndexOffset, int)} */
5652
@VisibleForTesting static final int BINDS_PER_STATEMENT = 9;

0 commit comments

Comments
 (0)