Remove no longer needed allow_unused

This commit is contained in:
André Bargull 2025-04-30 14:16:10 +02:00 committed by Philip Chimento
parent 09761b6c8c
commit 93e9e88a84
6 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,5 @@
/*--- /*---
defines: [runDSTOffsetCachingTestsFraction] defines: [runDSTOffsetCachingTestsFraction]
allow_unused: True
---*/ ---*/
function runDSTOffsetCachingTestsFraction(part, parts) function runDSTOffsetCachingTestsFraction(part, parts)

View File

@ -1,6 +1,5 @@
/*--- /*---
defines: [testJSON, testJSONSyntaxError] defines: [testJSON, testJSONSyntaxError]
allow_unused: True
---*/ ---*/
function testJSON(str) { function testJSON(str) {

View File

@ -1,6 +1,5 @@
/*--- /*---
defines: [SOME_PRIMITIVE_VALUES] defines: [SOME_PRIMITIVE_VALUES]
allow_unused: True
---*/ ---*/
// List of a few values that are not objects. // List of a few values that are not objects.

View File

@ -1,6 +1,5 @@
/*--- /*---
defines: [assertSetContainsExactOrderedItems, SetLike, SetIteratorLike, LoggingProxy] defines: [assertSetContainsExactOrderedItems, SetLike, SetIteratorLike, LoggingProxy]
allow_unused: True
---*/ ---*/
(function(global) { (function(global) {
// Save the primordial values. // Save the primordial values.

View File

@ -4,7 +4,6 @@
/*--- /*---
defines: [testDestructuringArrayDefault] defines: [testDestructuringArrayDefault]
allow_unused: True
---*/ ---*/
(function(global) { (function(global) {

View File

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*--- /*---
defines: [assertIteratorResult, assertIteratorNext, assertIteratorDone] defines: [assertIteratorResult, assertIteratorNext, assertIteratorDone]
allow_unused: True
---*/ ---*/
function assertIteratorResult(result, value, done) { function assertIteratorResult(result, value, done) {