Skip to content

Commit

Permalink
utils: Remove unused function: get_event_name
Browse files Browse the repository at this point in the history
The function `get_event_name` in utils/utils.h
is not used within uftrace.
This commit deletes the unused `get_event_name` function.

Signed-off-by: SeokMin Kwon <[email protected]>
  • Loading branch information
SEOKMIN83 authored and honggyukim committed Sep 2, 2023
1 parent 12cf881 commit b2e3503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ void free_parsed_cmdline(char **argv);

struct uftrace_data;

char *get_event_name(struct uftrace_data *handle, unsigned evt_id);
char *absolute_dirname(const char *path, char *resolved_path);

char *uftrace_strerror(int errnum, char *buf, size_t buflen);
Expand Down

0 comments on commit b2e3503

Please sign in to comment.