Skip to content

Commit 70b4a0a

Browse files
committed
refactor: remove unused code
1 parent 37bafb6 commit 70b4a0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/common/utils.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ function normalizeReference(str) {
289289
return str.toLowerCase().toUpperCase();
290290
}
291291

292-
/* eslint-env browser */
293-
var _g = typeof global !== 'undefined' ? global : window;
294-
var tokensRef = new _g.WeakMap();
295-
296292
function getLineOffset(state) {
297293
if (state.env.parentToken.parentType === 'blockquote') {
298294
const blockState = state.env.state_block;

0 commit comments

Comments
 (0)