Skip to content

Commit 32fa86e

Browse files
committed
Remove unused class.
1 parent 87d73f2 commit 32fa86e

File tree

1 file changed

+0
-18
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/bundle

1 file changed

+0
-18
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/bundle/BundleReader.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -154,24 +154,6 @@ private int indexOfOpenBracket() {
154154
}
155155
}
156156

157-
private static final class ReadJsonResult {
158-
private String json;
159-
private int byteCount;
160-
161-
ReadJsonResult(String json, int byteCount) {
162-
this.json = json;
163-
this.byteCount = byteCount;
164-
}
165-
166-
String getJson() {
167-
return json;
168-
}
169-
170-
int getByteCount() {
171-
return byteCount;
172-
}
173-
}
174-
175157
/**
176158
* Reads from a specified position from the internal buffer, for a specified number of bytes,
177159
* pulling more data from the underlying stream if needed.

0 commit comments

Comments
 (0)