Skip to content

Commit 95953f2

Browse files
committed
Remove unused command registration
Signed-off-by: Magyarimiki <249292183+Magyarimiki@users.noreply.github.com>
1 parent cd30cf2 commit 95953f2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/backend/executor/bridge.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ export class ExecutorBridge implements Disposable {
9393
ctx.subscriptions.push(
9494
commands.registerCommand('codechecker.executor.analyzeProject', this.analyzeProject, this)
9595
);
96-
ctx.subscriptions.push(
97-
commands.registerCommand('codechecker.executor.getFileAnalysisStatus', this.getFileAnalysisStatus, this)
98-
);
9996
ctx.subscriptions.push(
10097
commands.registerCommand('codechecker.executor.runCodeCheckerLog', this.runLogDefaultCommand, this)
10198
);

0 commit comments

Comments
 (0)