Skip to content

Commit

Permalink
fix(axiom): Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla committed Dec 24, 2024
1 parent 1ffa5d7 commit c972a35
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions axiom/nr_segment_message.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ typedef struct {

} nr_segment_message_params_t;

static inline void nr_segment_message_destroy_message_params(
nr_segment_message_params_t* message_params) {
nr_free(message_params->library);
nr_free(message_params->destination_name);
nr_free(message_params->cloud_region);
nr_free(message_params->cloud_account_id);
nr_free(message_params->messaging_system);
nr_free(message_params->cloud_resource_id);
nr_free(message_params->server_address);
nr_free(message_params->aws_operation);
}

/*
* Purpose : End a message segment and record metrics.
*
Expand Down

0 comments on commit c972a35

Please sign in to comment.