Skip to content

Commit

Permalink
syslog-format: get rid of unused "handles.raw_message"
Browse files Browse the repository at this point in the history
This functionality was migrated to msg-format earlier.

Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
  • Loading branch information
bazsi committed Oct 15, 2023
1 parent 4be3efb commit fc4be98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/syslogformat/syslog-format.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ static struct
gboolean initialized;
NVHandle is_synced;
NVHandle cisco_seqid;
NVHandle raw_message;
} handles;

static inline gboolean
Expand Down Expand Up @@ -1073,7 +1072,6 @@ syslog_format_init(void)
{
handles.is_synced = log_msg_get_value_handle(".SDATA.timeQuality.isSynced");
handles.cisco_seqid = log_msg_get_value_handle(".SDATA.meta.sequenceId");
handles.raw_message = log_msg_get_value_handle("RAWMSG");
handles.initialized = TRUE;
}

Expand Down

0 comments on commit fc4be98

Please sign in to comment.