Skip to content

Commit f0a1043

Browse files
authored
Remove redundant assertion in freeTempLocal (#2313)
1 parent 4b0b9ae commit f0a1043

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ under the licensing terms detailed in LICENSE:
4747
* Yasushi Ando <andyjpn@gmail.com>
4848
* Syed Jafri <syed@metalpay.co>
4949
* Peter Hayman <peteyhayman@gmail.com>
50+
* ApsarasX <apsarax@outlook.com>
5051

5152
Portions of this software are derived from third-party works licensed under
5253
the following terms:

src/flow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ export class Flow {
447447
}
448448
default: throw new Error("concrete type expected");
449449
}
450-
assert(local.index >= 0);
451450
temps.push(local);
452451
}
453452

0 commit comments

Comments
 (0)