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]
allow_unused: True
---*/
function runDSTOffsetCachingTestsFraction(part, parts)

View File

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

View File

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

View File

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

View File

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

View File

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