Skip to content

Commit 23f50ad

Browse files
committed
Remove unused code
1 parent 083fb6c commit 23f50ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/frontend/src/lib/Graph.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
let parsers: Parsers;
2020
let graphviz: Graphviz;
2121
let dot: string;
22-
let mainElement;
2322
let cfg: CFG;
2423
let tree: Parser.Tree;
2524
export let offsetToHighlight: number | undefined = undefined;
@@ -85,7 +84,7 @@
8584
}
8685
</script>
8786

88-
<div class="results" bind:this={mainElement}>
87+
<div class="results">
8988
{#await initialize() then}
9089
<div class="graph">
9190
{@html renderWrapper(code, language, offsetToHighlight, {

0 commit comments

Comments
 (0)