Skip to content

Commit 095b398

Browse files
committed
fix
1 parent 8e3eab1 commit 095b398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

instrumentation/ratpack/ratpack-1.4/testing/src/main/java/io/opentelemetry/instrumentation/ratpack/client/AbstractRatpackHttpClientTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,4 @@ private static String nettyExpectedClientSpanNameMapper(URI uri, String method)
189189
}
190190
return HttpClientTestOptions.DEFAULT_EXPECTED_CLIENT_SPAN_NAME_MAPPER.apply(uri, method);
191191
}
192-
193-
private static boolean isWindows() {
194-
return System.getProperty("os.name").toLowerCase(Locale.ROOT).contains("win");
195-
}
196192
}

0 commit comments

Comments
 (0)