Skip to content

Commit 8d60b8d

Browse files
therealbobopoiana
authored andcommitted
chore(libsinsp): remove unused function
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent 8f4dcf9 commit 8d60b8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

userspace/libsinsp/sinsp_filter_transformers/sinsp_filter_transformer.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ class sinsp_filter_transformer {
9292
return {static_cast<uint8_t*>(stored_val.data()), static_cast<uint32_t>(stored_val.size())};
9393
}
9494

95-
void throw_unsupported_err(filter_transformer_type t) const {
96-
throw sinsp_exception("transformer '" + std::to_string(t) + "' is not supported");
97-
}
98-
9995
void throw_type_incompatibility_err(ppm_param_type t, const std::string& trname) const {
10096
throw sinsp_exception("field type '" + std::to_string(t) + "' is not supported by '" +
10197
trname + "' transformer");

0 commit comments

Comments
 (0)