Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 184090f

Browse files
committed
chore: Remove unused code
1 parent dd912a3 commit 184090f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/JsonToProtoMessage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public class JsonToProtoMessage implements ToProtoConverter<Object> {
131131
// or end of string
132132
private static final Pattern ISO8601_TIMESTAMP_HIGH_PRECISION_PATTERN =
133133
Pattern.compile("\\.(\\d{10,})(?:\\D|$)");
134-
private static final long MICROS_PER_SECOND = 1_000_000;
135-
private static final int NANOS_PER_MICRO = 1_000;
136134

137135
/** You can use {@link #INSTANCE} instead */
138136
public JsonToProtoMessage() {}

0 commit comments

Comments
 (0)