Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/commands.ts')
| -rw-r--r-- | editors/code/src/commands.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 052e391824..17202e5345 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts @@ -1142,8 +1142,6 @@ export function viewMemoryLayout(ctx: CtxInit): Cmd { position, }); - // if (expanded == null) return "Not available"; - const document = vscode.window.createWebviewPanel( "memory_layout", "[Memory Layout]", |