Skip to content

Commit 675907b

Browse files
committed
Remove unused statements
1 parent e981934 commit 675907b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/type-checks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ async function closureSoICanUseAwait() {
102102
{
103103
Comlink.wrap(new MessageChannel().port1);
104104
Comlink.expose({}, new MessageChannel().port2);
105-
const connection = new RTCPeerConnection();
106-
const channel = connection.createDataChannel("comlink");
107105

108106
interface Baz {
109107
baz: number;

0 commit comments

Comments
 (0)