Skip to content

Commit e7a7835

Browse files
Remove unused variable
1 parent 3223783 commit e7a7835

File tree

1 file changed

+0
-3
lines changed
  • google-cloud-spanner/src/main/java/com/google/cloud/spanner

1 file changed

+0
-3
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
import java.time.LocalDate;
5151
import java.time.LocalDateTime;
5252
import java.time.OffsetDateTime;
53-
import java.time.ZoneId;
5453
import java.time.ZonedDateTime;
5554
import java.util.ArrayList;
5655
import java.util.Arrays;
@@ -105,8 +104,6 @@ public abstract class Value implements Serializable {
105104
static final com.google.protobuf.Value NULL_PROTO =
106105
com.google.protobuf.Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build();
107106

108-
private static final ZoneId UTC_ZONE = ZoneId.of("UTC");
109-
110107
/** Constant to specify a PG Numeric NaN value. */
111108
public static final String NAN = "NaN";
112109

0 commit comments

Comments
 (0)