Skip to content

Commit 71776da

Browse files
committed
Remove unused variables
1 parent 9aaacd2 commit 71776da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/base/src/widget.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ import { KernelMessage } from '@jupyterlab/services';
3434
*/
3535
const IPY_MODEL_ = 'IPY_MODEL_';
3636

37-
/**
38-
* A best-effort method for performing deep copies.
39-
*/
40-
const deepcopyJSON = (x: JSONValue) => JSON.parse(JSON.stringify(x));
41-
42-
const deepcopy = globalThis.structuredClone || deepcopyJSON;
4337

4438
/**
4539
* Replace model ids with models recursively.

0 commit comments

Comments
 (0)