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 --- qadevOOo/runner/util/PropertyName.java | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'qadevOOo/runner/util') diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java index 51d52a873750..83a0b7f4716f 100644 --- a/qadevOOo/runner/util/PropertyName.java +++ b/qadevOOo/runner/util/PropertyName.java @@ -120,25 +120,7 @@ public interface PropertyName { * path to the source root of OpenOffice.org */ String SRC_ROOT = "SRC_ROOT"; - /** - * parameter name: "Version"

- * the name of the version to test - */ - String VERSION = "Version"; - /** - * parameter name "Shell"

- * Path to a shell. - * This shell is used to run some commands outside of Java - * example: /bin/tcsh c:\\myShell\\myShell.exe - */ - String SHELL = "Shell"; - /** - * parameter name "Cygwin"

- * If Cygwin is set to TRUE it indicates if the runner runs in a Cygwin - * environment - */ - String CYGWIN = "Cygwin"; /** * internal only, no parameter */ -- cgit