Skip to content

Commit f42fd56

Browse files
authored
[Transport] Remove redundant call (#7176)
The call was a no-op and unnecessary Internal cl/785869930
1 parent b03038d commit f42fd56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transport/transport-backend-cct/src/main/java/com/google/android/datatransport/cct/CctTransportBackend.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ public BackendResponse send(BackendRequest request) {
465465

466466
@VisibleForTesting
467467
static long getTzOffset() {
468-
Calendar.getInstance();
469468
TimeZone tz = TimeZone.getDefault();
470469
return tz.getOffset(Calendar.getInstance().getTimeInMillis()) / 1000;
471470
}

0 commit comments

Comments
 (0)