Temporal: Remove unused variables

These are also leftovers from the recent refactor, I think.
This commit is contained in:
Philip Chimento 2023-08-18 11:24:48 -07:00 committed by Philip Chimento
parent ce92940645
commit 6c16577f34
6 changed files with 0 additions and 12 deletions

View File

@ -9,8 +9,6 @@ features: [Temporal]
const instance = new Temporal.Duration(1, 0, 0, 1); const instance = new Temporal.Duration(1, 0, 0, 1);
const relativeTo = 20191101;
const numbers = [ const numbers = [
1, 1,
-20191101, -20191101,

View File

@ -9,8 +9,6 @@ features: [Temporal]
const instance = new Temporal.Duration(1, 0, 0, 0, 24); const instance = new Temporal.Duration(1, 0, 0, 0, 24);
const relativeTo = 20191101;
const numbers = [ const numbers = [
1, 1,
20191101, 20191101,

View File

@ -9,8 +9,6 @@ features: [Temporal]
const instance = new Temporal.Duration(1, 0, 0, 1); const instance = new Temporal.Duration(1, 0, 0, 1);
const relativeTo = 20191101;
const numbers = [ const numbers = [
1, 1,
20191101, 20191101,

View File

@ -9,8 +9,6 @@ features: [Temporal]
const instance = new Temporal.Duration(1, 0, 0, 1); const instance = new Temporal.Duration(1, 0, 0, 1);
const calendar = 19970327;
const numbers = [ const numbers = [
1, 1,
19970327, 19970327,

View File

@ -9,8 +9,6 @@ features: [Temporal]
const instance = new Temporal.Duration(1, 0, 0, 0, 24); const instance = new Temporal.Duration(1, 0, 0, 0, 24);
const relativeTo = 20191101;
const numbers = [ const numbers = [
1, 1,
20191101, 20191101,

View File

@ -7,8 +7,6 @@ description: A number is invalid in place of an ISO string for Temporal.PlainMon
features: [Temporal] features: [Temporal]
---*/ ---*/
const arg = 1118;
const numbers = [ const numbers = [
1, 1,
1118, 1118,