Skip to content

Commit 185a9c2

Browse files
committed
chore: cleanup of addon.js
1 parent b9ebf1f commit 185a9c2

File tree

1 file changed

+0
-2
lines changed
  • packages/node-addon-examples/tests/threadsafe_function

1 file changed

+0
-2
lines changed

packages/node-addon-examples/tests/threadsafe_function/addon.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-require-imports */
21
/* eslint-disable no-undef */
32
const assert = require("assert");
43
const binding = require("bindings")("addon.node");
@@ -10,7 +9,6 @@ const expectedArray = (function (arrayLength) {
109
return result;
1110
})(binding.ARRAY_LENGTH);
1211

13-
let cnt = 0;
1412
function testWithJSMarshaller({
1513
threadStarter,
1614
quitAfter,

0 commit comments

Comments
 (0)