Skip to content

Commit

Permalink
chore(avm): remove unused public context inputs
Browse files Browse the repository at this point in the history
Part of #5818.
  • Loading branch information
fcarreiro committed Jun 12, 2024
1 parent ee45fda commit f0441ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.

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 @@ -6,7 +6,6 @@ export * from './caller_context.js';
export * from './complete_address.js';
export * from './content_commitment.js';
export * from './context/private_context_inputs.js';
export * from './context/public_context_inputs.js';
export * from './contract_storage_read.js';
export * from './contract_storage_update_request.js';
export * from './function_data.js';
Expand Down

0 comments on commit f0441ba

Please sign in to comment.