Remove @external from assertion classes

Otherwise, they're not included in package eligibility classes.
@external will be removed at some point in the future anyway; it's no
longer needed.

* assert.xml (_assert_): Remove @external.
master
Mike Gerwitz 2017-08-07 13:20:12 -04:00 committed by Mike Gerwitz
parent 99d52f9559
commit 2b72a21b84
1 changed files with 0 additions and 8 deletions

View File

@ -48,13 +48,6 @@
<text>Assertion failure</text>
</param>
<!-- default to external to ensure that calculations do not wind
up in the classifier -->
<param name="@external@"
desc="Whether classification is external (default TRUE)">
<text>true</text>
</param>
<param name="@__classyields@"
desc="Classification yield to match on">
<param-class-to-yields name="@class@" />
@ -63,7 +56,6 @@
<classify as="@as@"
desc="@desc@"
external="@external@"
terminate="true">
<if name="@when@">
<match on="@when@" />