Skip to content

Commit

Permalink
chore: Remove unused FunctionLeafPreimage struct
Browse files Browse the repository at this point in the history
No longer used after the new contract deployment flow.
  • Loading branch information
spalladino committed Mar 20, 2024
1 parent c237193 commit ddda117
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 116 deletions.

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 ddda117

Please sign in to comment.