Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/static: remove unreachable code #55

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Commits on Mar 21, 2024

  1. all: remove dead code from static mode

    While #15 removed static mode and operator from being
    reachable from the binary, all static mode code remained in the database
    to be removed later.
    
    This commit removes all unreachable code; what remains is constrained to
    config structre which is still used for config conversion.
    
    This commit does accidentally remove code that changed the order of
    static mode conversion components. This isn't a big deal, and the
    converted configs are still correct, so that code is being left out
    rather than being hunted down. (It is likely code that implements an
    interface but wasn't called directly.)
    rfratto committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    219e145 View commit details
    Browse the repository at this point in the history