Remove class-level notice for new system

This was not intentionally committed.
main
Mike Gerwitz 2021-06-24 09:59:00 -04:00
parent 9a62bb2ace
commit d0e3a5622c
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -648,8 +648,6 @@
<template match="lv:classify" mode="compile" priority="5">
<param name="symtable-map" as="map(*)" tunnel="yes" />
<message select="concat( 'internal: new: ', @as )" />
<sequence select="compiler:compile-classify-assign( $symtable-map, . )" />
</template>