Skip to content

[Critical] Dead code references non-existent WhisperPluginFactory #285

@Coldaine

Description

@Coldaine

Summary

plugin_manager.rs contains dead code that references WhisperPluginFactory which does not exist in the codebase. This indicates incomplete cleanup from previous refactoring.

Locations

  • crates/app/src/stt/plugin_manager.rs:572-573
  • crates/app/src/stt/plugin_manager.rs:1522-1537

Impact

  • Code will fail to compile if these paths are exercised
  • Confusing for developers
  • Indicates other incomplete cleanup may exist

Recommended Fix

  1. Remove all WhisperPluginFactory references
  2. Audit for other dead references to removed plugins
  3. Verify all feature flag paths compile

Related

Priority

P0 - Fix this week (simple fix)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions