changeset 678:b7b32a0587bd

Remove unused constants Some of these constants have been around for a while but they are completley unused. Remove them. Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003600.html
author Omair Majid <omajid@redhat.com>
date Thu, 04 Oct 2012 13:24:00 -0400
parents bb94a7d3f3d8
children 7b3ea162fe1b
files common/core/src/main/java/com/redhat/thermostat/common/Constants.java
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/common/core/src/main/java/com/redhat/thermostat/common/Constants.java	Thu Oct 04 12:52:11 2012 -0400
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Constants.java	Thu Oct 04 13:24:00 2012 -0400
@@ -51,19 +51,6 @@
 
     public static final int SAMPLING_INTERVAL_UNKNOWN = -1;
 
-    public static final String AGENT_ARGUMENT_LOCAL = "--local";
-    public static final String AGENT_ARGUMENT_LOGLEVEL = "--loglevel";
-    public static final String AGENT_ARGUMENT_DEVEL = "--devel";
-    public static final String AGENT_ARGUMENT_PROPERTIES = "--properties";
-
-    public static final String AGENT_PROPERTY_MONGOS_PORT = "mongos_port";
-    public static final String AGENT_PROPERTY_MONGOD_PORT = "mongod_port";
-    public static final String AGENT_PROPERTY_MONGO_LAUNCH_SCRIPT = "mongo_launch_script";
-    public static final String AGENT_PROPERTY_BACKENDS = "backends";
-    public static final String AGENT_PROPERTY_BACKEND_ACTIVE = "active";
-
-    public static final String CLIENT_PROPERTY_AGENT_LAUNCH_SCRIPT = "agent_launch_script";
-
     public static final String AGENT_LOCAL_HOSTNAME = "localhost";
 
     public static final long KILOBYTES_TO_BYTES = 1000;