Skip to content

Commit

Permalink
grpc/tracing: remove unused type in HandleMessage
Browse files Browse the repository at this point in the history
This code is seemingly not used. Remove it.

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
Suggested-by: Anastasios Papagiannis <tasos.papagiannnis@gmail.com>
  • Loading branch information
kkourt committed Jul 28, 2023
1 parent 7c7ed6a commit eebb6ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/grpc/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ func (msg *MsgGenericTracepointUnix) HandleMessage() *tetragon.GetEventsResponse
tetragonArgs = append(tetragonArgs, &tetragon.KprobeArgument{Arg: &tetragon.KprobeArgument_IntArg{
IntArg: v,
}})
case string:
tetragonArgs = append(tetragonArgs, &tetragon.KprobeArgument{Arg: &tetragon.KprobeArgument_StringArg{
StringArg: v,
}})

case []byte:
tetragonArgs = append(tetragonArgs, &tetragon.KprobeArgument{Arg: &tetragon.KprobeArgument_BytesArg{
Expand Down

0 comments on commit eebb6ba

Please sign in to comment.