Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 17, 2025
1 parent 239b8dd commit 7ea40a6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/libs/bindgen/src/types/cpp_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ impl CppMethod {
param_hints[position] = ParamHint::None;
}
}
ParamHint::ArrayFixed(_) => {
if signature.params[position]
.def
.has_attribute("FreeWithAttribute")
{
param_hints[position] = ParamHint::None;
}
}
_ => {}
}
}
Expand Down

0 comments on commit 7ea40a6

Please sign in to comment.