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

Commit 2a5e173

Browse files
committed
refactor: delete unused function
1 parent 12bdfe2 commit 2a5e173

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • google-cloud-spanner/src/test/java/com/google/cloud/spanner/it

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITUuidTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ public class ITUuidTest {
6161

6262
@ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv();
6363

64-
private static boolean isUsingCloudDevel() {
65-
String jobType = System.getenv("JOB_TYPE");
66-
67-
// Assumes that the jobType contains the string "cloud-devel" to signal that
68-
// the environment is cloud-devel.
69-
return !isNullOrEmpty(jobType) && jobType.contains("cloud-devel");
70-
}
71-
7264
@Parameterized.Parameters(name = "Dialect = {0}")
7365
public static List<DialectTestParameter> data() {
7466
return Arrays.asList(

0 commit comments

Comments
 (0)