summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/OSHelper.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-11 16:25:29 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-12 08:16:17 +0000
commit117a82cd090ddd8efbc500350dc6082730f04720 (patch)
tree50c07684d43c06fd54d17532caca6a3afafd6967 /qadevOOo/runner/helper/OSHelper.java
parent04b183a9bc792a53a9f081353a79486faa4f3872 (diff)
java: remove dead code in qadevOOo
found by running UCDetector over the code many times, like peeling an onion Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83 Reviewed-on: https://gerrit.libreoffice.org/13445 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner/helper/OSHelper.java')
-rw-r--r--qadevOOo/runner/helper/OSHelper.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/runner/helper/OSHelper.java b/qadevOOo/runner/helper/OSHelper.java
index 212a01b1655c..242647153a50 100644
--- a/qadevOOo/runner/helper/OSHelper.java
+++ b/qadevOOo/runner/helper/OSHelper.java
@@ -47,9 +47,4 @@ public class OSHelper
System.getProperty("os.arch").equals("i386");
}
- public static boolean isUnix()
- {
- return isLinuxIntel() || isSolarisIntel() || isSolarisSparc();
- }
-
}