From 1feddebb513ea1d88399e1f52f9cf3310f0ee216 Mon Sep 17 00:00:00 2001 From: Christian Spielberger Date: Mon, 3 Jun 2024 17:30:57 +0200 Subject: [PATCH] debug_cmd: remove obsolete inline doc --- modules/debug_cmd/debug_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/debug_cmd/debug_cmd.c b/modules/debug_cmd/debug_cmd.c index 19b605a95d..46f4ed127c 100644 --- a/modules/debug_cmd/debug_cmd.c +++ b/modules/debug_cmd/debug_cmd.c @@ -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;