Author: markt
Date: Thu Aug 16 19:52:16 2012
New Revision: 1374020
URL: http://svn.apache.org/viewvc?rev=1374020&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Constants.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Constants.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Constants.java?rev=1374020&r1=1374019&r2=1374020&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Constants.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Constants.java Thu Aug 16
19:52:16 2012
@@ -200,13 +200,4 @@ public final class Constants {
* POST.
*/
public static final String POST = "POST";
-
- /**
- * Has security been turned on?
- *
- * @deprecated Unused - will be removed in 8.0.x
- */
- @Deprecated
- public static final boolean IS_SECURITY_ENABLED =
- (System.getSecurityManager() != null);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]