From d0e3a5622c0d7b49992140eefe7da4f618a3e373 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 24 Jun 2021 09:59:00 -0400 Subject: [PATCH] Remove class-level notice for new system This was not intentionally committed. --- RELEASES.md | 11 +++++++++++ src/current/compiler/js.xsl | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 9222f5e1..19cec478 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,6 +14,17 @@ commits that introduce the changes. To make a new release, run `tools/mkrelease`, which will handle updating the heading for you. +NEXT +==== +This is a minor maintenance release. + +Compiler +-------- +- Remove internal notice when new system is used to emit code for a + particular classification. + + + v18.0.0 (2021-06-23) ==================== This release focuses primarily on compiler optimizations that affect runtime diff --git a/src/current/compiler/js.xsl b/src/current/compiler/js.xsl index 2612c7e0..8cc6f8c6 100644 --- a/src/current/compiler/js.xsl +++ b/src/current/compiler/js.xsl @@ -648,8 +648,6 @@