Skip to content

Remove dead codeΒ #39

@atlet99

Description

@atlet99

Description

The escapeAnalysisRunner struct contains two unused methods that should be removed:

func (r *escapeAnalysisRunner) Init() {}
func (r *escapeAnalysisRunner) Run(pkg string) error { return nil }

These methods are never called and appear to be leftover code from an earlier implementation.

Steps to reproduce

  1. Search for Init() and Run() methods in cmd_escape.go
  2. Verify they are not used anywhere in the codebase

Expected behavior

Clean code without unused methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions