Skip to content

Commit

Permalink
debug_cmd: remove obsolete inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jun 3, 2024
1 parent 30432cb commit 1feddeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/debug_cmd/debug_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ static int cmd_aufileinfo(struct re_printf *pf, void *arg)
conf_config()->audio.audio_path, file) < 0)
return ENOMEM;

/* prm->ptime == 0 avoids start of ausrc thread */
st = mem_zalloc(sizeof(*st), fileinfo_destruct);
if (!st) {
err = ENOMEM;
Expand Down

0 comments on commit 1feddeb

Please sign in to comment.