From b9d63d49be66ed1bfc4a76924f1c52ec3630adc8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jan 2016 15:27:41 +0200 Subject: remove some unused Java code found by UCDetector Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df --- framework/qa/complex/dispatches/Interceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qa') diff --git a/framework/qa/complex/dispatches/Interceptor.java b/framework/qa/complex/dispatches/Interceptor.java index 5ce13a52bb66..ecbac44216ec 100644 --- a/framework/qa/complex/dispatches/Interceptor.java +++ b/framework/qa/complex/dispatches/Interceptor.java @@ -158,7 +158,7 @@ public class Interceptor implements XDispatch, * solar mutex. If this hangs - you can see a beautiful deadlock * when you attach your debugger to the main process. */ - public void checkNoSolarMutexHeld() + private void checkNoSolarMutexHeld() { try { -- cgit