This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 79173cfbca Remove code previously marked for removal in 10.1.x 79173cfbca is described below commit 79173cfbcaf6e82972cce98fbdc619e227037ab8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 23 11:05:25 2022 +0100 Remove code previously marked for removal in 10.1.x --- java/org/apache/jasper/JspC.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/org/apache/jasper/JspC.java b/java/org/apache/jasper/JspC.java index 88b4687376..1458e493cf 100644 --- a/java/org/apache/jasper/JspC.java +++ b/java/org/apache/jasper/JspC.java @@ -104,10 +104,6 @@ public class JspC extends Task implements Options { JspFactory.setDefaultFactory(new JspFactoryImpl()); } - @Deprecated - public static final String DEFAULT_IE_CLASS_ID = - "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"; - // Logger private static final Log log = LogFactory.getLog(JspC.class); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org