[go: nahoru, domu]

Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Feb 26, 2023
1 parent 367cc76 commit f13c97b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions huff_codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ impl Codegen {
macro_def,
contract,
scope,
&mut offset,
mis,
recursing_constructor,
bytes,
circular_codesize_invocations,
)?;
Expand Down Expand Up @@ -472,9 +470,7 @@ impl Codegen {
macro_def: MacroDefinition,
contract: &Contract,
scope: &mut Vec<MacroDefinition>,
_offset: &mut usize,
mis: &mut Vec<(usize, MacroInvocation)>,
_recursing_constructor: bool,
bytes: Vec<(usize, Bytes)>,
circular_codesize_invocations: CircularCodeSizeIndices,
) -> Result<Vec<(usize, Bytes)>, CodegenError> {
Expand Down

0 comments on commit f13c97b

Please sign in to comment.