diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 15:27:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-14 13:44:39 +0200 |
commit | b9d63d49be66ed1bfc4a76924f1c52ec3630adc8 (patch) | |
tree | 3c1f0cb02452d23bed03cbbc908e580b285da55a /framework | |
parent | 8353667d35bc511378c9b14261b6bb11b7bd56aa (diff) |
remove some unused Java code
found by UCDetector
Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/dispatches/Interceptor.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |