Skip to content

Commit

Permalink
stress-ng.h: remove unused typedef stress_func_t
Browse files Browse the repository at this point in the history
No longer used, remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
  • Loading branch information
ColinIanKing committed Aug 26, 2023
1 parent d1ccd1d commit 5b9699e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stress-ng.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ extern const char stress_config[];

#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))

/* stress process prototype */
typedef int (*stress_func_t)(const stress_args_t *args);

/* perf related constants */
#if defined(HAVE_LIB_PTHREAD) && \
defined(HAVE_LINUX_PERF_EVENT_H) && \
Expand Down

0 comments on commit 5b9699e

Please sign in to comment.