Skip to content

Commit

Permalink
chore: Remove unused FunctionLeafPreimage struct (#5354)
Browse files Browse the repository at this point in the history
No longer used after the new contract deployment flow.
  • Loading branch information
spalladino authored and sklppy88 committed Mar 22, 2024
1 parent 8cf742d commit ece6d82
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 119 deletions.

This file was deleted.

This file was deleted.

80 changes: 0 additions & 80 deletions yarn-project/circuits.js/src/structs/function_leaf_preimage.ts

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/circuits.js/src/structs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export * from './content_commitment.js';
export * from './contract_storage_read.js';
export * from './contract_storage_update_request.js';
export * from './function_data.js';
export * from './function_leaf_preimage.js';
export * from './global_variables.js';
export * from './header.js';
export * from './kernel/combined_accumulated_data.js';
Expand Down

0 comments on commit ece6d82

Please sign in to comment.