Author: markt
Date: Sat Jan 18 21:25:05 2014
New Revision: 1559420
URL: http://svn.apache.org/r1559420
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java?rev=1559420&r1=1559419&r2=1559420&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java Sat Jan 18
21:25:05 2014
@@ -399,14 +399,6 @@ class PageInfo {
}
/**
- * @deprecated Use {@link #setExtends(String)}
- */
- @Deprecated
- public void setExtends(String value, @SuppressWarnings("unused")
Node.PageDirective n) {
- xtends = value;
- }
-
- /**
* Gets the value of the 'extends' page directive attribute.
*
* @param useDefault TRUE if the default
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]