Skip to content

Remove unused commented import in lib.rs - #334

Open
viktorking7 wants to merge 1 commit into
axiom-crypto:community-editionfrom
viktorking7:patch-1
Open

Remove unused commented import in lib.rs#334
viktorking7 wants to merge 1 commit into
axiom-crypto:community-editionfrom
viktorking7:patch-1

Conversation

@viktorking7

Copy link
Copy Markdown

Summary

Remove unused commented import // use gates::flex_gate::MAX_PHASE; from halo2-base/src/lib.rs.

Changes

  • Deleted line 35: // use gates::flex_gate::MAX_PHASE;

Rationale

  • The constant MAX_PHASE is actively used throughout the codebase (35 occurrences found)
  • It's imported directly in modules where needed, not through the main library file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant