mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
Temporal: Remove unused variables
These are also leftovers from the recent refactor, I think.
This commit is contained in:
parent
ce92940645
commit
6c16577f34
@ -9,8 +9,6 @@ features: [Temporal]
|
||||
|
||||
const instance = new Temporal.Duration(1, 0, 0, 1);
|
||||
|
||||
const relativeTo = 20191101;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
-20191101,
|
||||
|
@ -9,8 +9,6 @@ features: [Temporal]
|
||||
|
||||
const instance = new Temporal.Duration(1, 0, 0, 0, 24);
|
||||
|
||||
const relativeTo = 20191101;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
20191101,
|
||||
|
@ -9,8 +9,6 @@ features: [Temporal]
|
||||
|
||||
const instance = new Temporal.Duration(1, 0, 0, 1);
|
||||
|
||||
const relativeTo = 20191101;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
20191101,
|
||||
|
@ -9,8 +9,6 @@ features: [Temporal]
|
||||
|
||||
const instance = new Temporal.Duration(1, 0, 0, 1);
|
||||
|
||||
const calendar = 19970327;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
19970327,
|
||||
|
@ -9,8 +9,6 @@ features: [Temporal]
|
||||
|
||||
const instance = new Temporal.Duration(1, 0, 0, 0, 24);
|
||||
|
||||
const relativeTo = 20191101;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
20191101,
|
||||
|
@ -7,8 +7,6 @@ description: A number is invalid in place of an ISO string for Temporal.PlainMon
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
const arg = 1118;
|
||||
|
||||
const numbers = [
|
||||
1,
|
||||
1118,
|
||||
|
Loading…
x
Reference in New Issue
Block a user