Skip to content

Commit

Permalink
chore(libsinsp): remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 8, 2025
1 parent 0df5729 commit 7cb2b10
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ class sinsp_filter_transformer {
return {static_cast<uint8_t*>(stored_val.data()), static_cast<uint32_t>(stored_val.size())};
}

void throw_unsupported_err(filter_transformer_type t) const {
throw sinsp_exception("transformer '" + std::to_string(t) + "' is not supported");
}

void throw_type_incompatibility_err(ppm_param_type t, const std::string& trname) const {
throw sinsp_exception("field type '" + std::to_string(t) + "' is not supported by '" +
trname + "' transformer");
Expand Down

0 comments on commit 7cb2b10

Please sign in to comment.