Skip to content

Commit

Permalink
res: ucmd-mod: remove superfluous sid_res_t typedef from ucmd-module.h
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Jun 5, 2024
1 parent 5d274fe commit 810d622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/resource/ucmd-module.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ extern "C" {

struct sid_ucmd_common_ctx;
struct sid_ucmd_ctx;
typedef struct sid_res sid_res_t;

typedef int sid_ucmd_mod_fn_t(sid_res_t *mod_res, struct sid_ucmd_common_ctx *ucmd_common_ctx);
typedef int sid_ucmd_fn_t(sid_res_t *mod_res, struct sid_ucmd_ctx *ucmd_ctx);
Expand Down

0 comments on commit 810d622

Please sign in to comment.