Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
emmerich committed Apr 13, 2024
1 parent bec9296 commit 4223bd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DocumentView/CodeBlock/highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ type PositionedToken = ThemedToken & { start: number; end: number };
let blockCount = 0;
const BLOCK_LIMIT = 50;

const runner = asyncMutexFunction();

/**
* Highlight a code block while preserving inline elements.
*/
Expand Down

0 comments on commit 4223bd0

Please sign in to comment.